mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
fix black versions be 23.x
https://black.readthedocs.io/en/stable/integrations/github_actions.html
This commit is contained in:
parent
4515884af5
commit
f65a6b197a
2 changed files with 4 additions and 2 deletions
4
.github/workflows/black.yaml
vendored
4
.github/workflows/black.yaml
vendored
|
@ -10,4 +10,6 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: psf/black@23.1.0
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
version: "~= 23.0"
|
||||
|
|
|
@ -1 +1 @@
|
|||
black==23.1.0
|
||||
black >=23.0, <24
|
||||
|
|
Loading…
Reference in a new issue