mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 17:10:31 +00:00
Merge pull request #2645 from chdorner/dev/black-versions
Pin black versions
This commit is contained in:
commit
213984cd78
2 changed files with 3 additions and 1 deletions
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
|
@ -13,3 +13,5 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: psf/black@22.12.0
|
||||
with:
|
||||
version: 22.12.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
black==22.3.0
|
||||
black==22.12.0
|
||||
|
|
Loading…
Reference in a new issue