Merge pull request #7316 from ThomasWaldmann/gh-fixed-black-version

fix black versions be 23.x
This commit is contained in:
TW 2023-02-02 00:34:08 +01:00 committed by GitHub
commit 6d53cd0365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -1 +1 @@
black==23.1.0
black >=23.0, <24