Skip to content

Commit

Permalink
fix: black version
Browse files Browse the repository at this point in the history
  • Loading branch information
killian31 committed Oct 31, 2023
1 parent 96e2ad9 commit b34663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-black-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
python-version: 3.10
- run: |
python -m pip install --upgrade pip
pip install black
pip install black==22.3.0
- run: |
black --check --verbose .

0 comments on commit b34663a

Please sign in to comment.