1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

upgrade black to 23.1.0

work around the current github actions issue by just using the latest version:

https://github.com/psf/black/issues/3538
This commit is contained in:
Thomas Waldmann 2023-02-01 12:29:54 +01:00
parent 8af9eb47c2
commit 96862787db
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: psf/black@22.6.0 - uses: psf/black@23.1.0

View file

@ -1 +1 @@
black==22.6.0 black==23.1.0