mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
CI: relax black version constraints
This commit is contained in:
parent
ab430e0208
commit
b5b9eddaf0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
@ -94,6 +94,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: psf/black@22.12.0
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
version: 22.12.0
|
||||
version: "22.*"
|
||||
|
|
Loading…
Reference in a new issue