fix black versions be 23.x

https://black.readthedocs.io/en/stable/integrations/github_actions.html
This commit is contained in:
Thomas Waldmann 2023-02-01 16:01:54 +01:00
parent 4515884af5
commit f65a6b197a
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
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