Skip to content

Commit a3c152e

Browse files
authored
Update lint_python.yml
1 parent 967aa13 commit a3c152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: bandit --recursive --skip B404,B603,B605,B607 .
1313
- run: black --check . || true
1414
- run: codespell --ignore-words-list="WAN" || true # --skip="*.css,*.js,*.lock"
15-
- run: flake8 flake8 --ignore=B001,E124,E128,E225,E251,E302,E722,F841,R502,R503,W291,W293
15+
- run: flake8 --ignore=B001,E124,E128,E225,E251,E302,E722,F841,R502,R503,W291,W293
1616
--max-complexity=11 --max-line-length=265 --show-source --statistics .
1717
- run: isort --check-only --profile black . || true
1818
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true

0 commit comments

Comments
 (0)