Skip to content

Commit

Permalink
Bugfix: black_version_pin (#2121) (#2160)
Browse files Browse the repository at this point in the history
* ping black version

* change to version 22.3.0 as in pre-commit

* proper version

* kick
  • Loading branch information
k9ert authored Feb 3, 2023
1 parent be8e1a0 commit 701f7a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zblack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 701f7a8

Please sign in to comment.