Skip to content

Commit c0a5792

Browse files
authored
undo flake version
1 parent bb0a182 commit c0a5792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install --upgrade pip setuptools wheel
27-
pip install --upgrade flake8 isort blue mypy types-PyYAML bandit safety
27+
pip install flake8==4.0.1
28+
pip install --upgrade isort blue mypy types-PyYAML bandit safety
2829
2930
- name: Run lint
3031
run: isort .

0 commit comments

Comments
 (0)