Skip to content

Commit 5ef9a81

Browse files
authored
Update lint_python.yml
1 parent f343b5a commit 5ef9a81

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
@@ -10,7 +10,7 @@ jobs:
1010
- run: bandit -r . || true
1111
- run: black --check . || true
1212
- run: codespell --quiet-level=2 || true # --ignore-words-list="" --skip=""
13-
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
13+
- run: flake8 . --count --show-source --statistics
1414
- run: isort --profile black . || true
1515
- run: tox
1616
- run: pip install -r requirements.txt || true

0 commit comments

Comments
 (0)