Skip to content

Commit

Permalink
Fix linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCuckoo committed Mar 11, 2024
1 parent 0acf412 commit b6ed25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
#----------------------------------------------
# install and run linters
#----------------------------------------------
- run: python -m pip install black flake8 isort
- run: python -m pip install black=23.11.0 flake8 isort
- run: |
flake8 .
black . --check
Expand Down

0 comments on commit b6ed25f

Please sign in to comment.