Bugfix: black_version_pin (#2121)

* ping black version

* change to version 22.3.0 as in pre-commit

* proper version

* kick
This commit is contained in:
k9ert 2023-02-02 17:10:05 +01:00 committed by GitHub
parent 750917f7a4
commit f0b40f723a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable # https://black.readthedocs.io/en/stable/integrations/github_actions.html
# This version should match what you can find in .pre-commit-config.yaml
- uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
with:
options: "--check --verbose"
src: "./src"
version: "22.3.0"