Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCuckoo committed Mar 11, 2024
1 parent e5fe3d7 commit 3839bc9
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 @@ -24,7 +24,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 3839bc9

Please sign in to comment.