mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Pin version of black used in GHA.
Black rolls out style changes every year, and using "stable" means that the check run on PRs might start formatting differently than we do locally, or require a reformat of the codebase to make a PR submittable. Pin to the version that we've been using. We should update to 23 at some point, but we want to do that deliberately.
This commit is contained in:
parent
e8824e5d03
commit
937bacacb7
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
version: ~=22.12
|
||||
src: "."
|
||||
options: "--check"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user