use same black version on gh actions as locally

This commit is contained in:
Thomas Waldmann 2022-11-06 17:34:59 +01:00
parent 5713908ce1
commit fa9381a476
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# https://black.readthedocs.io/en/stable/integrations/github_actions.html#usage
# see also what we use locally, requirements.d/codestyle.txt - should be the same version here.
name: Lint
@ -9,4 +10,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
- uses: psf/black@22.6.0