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 bb0a182 commit c0a5792Copy full SHA for c0a5792
.github/workflows/lint.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: |
26
pip install --upgrade pip setuptools wheel
27
- pip install --upgrade flake8 isort blue mypy types-PyYAML bandit safety
+ pip install flake8==4.0.1
28
+ pip install --upgrade isort blue mypy types-PyYAML bandit safety
29
30
- name: Run lint
31
run: isort .
0 commit comments