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 f343b5a commit 5ef9a81Copy full SHA for 5ef9a81
.github/workflows/lint_python.yml
@@ -10,7 +10,7 @@ jobs:
10
- run: bandit -r . || true
11
- run: black --check . || true
12
- run: codespell --quiet-level=2 || true # --ignore-words-list="" --skip=""
13
- - run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ - run: flake8 . --count --show-source --statistics
14
- run: isort --profile black . || true
15
- run: tox
16
- run: pip install -r requirements.txt || true
0 commit comments