We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fe3d7 commit 3839bc9Copy full SHA for 3839bc9
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
#----------------------------------------------
25
# install and run linters
26
27
- - run: python -m pip install black flake8 isort
+ - run: python -m pip install black==23.11.0 flake8 isort
28
- run: |
29
flake8 .
30
black . --check
0 commit comments