mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-16 14:34:45 -06:00
Update lint_python.yml
This commit is contained in:
parent
e93b3091c5
commit
98f415ec10
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
- run: bandit --recursive --skip B105,B110,B404,B602,B603,B605 .
|
||||
- run: black --check . || true
|
||||
- run: codespell --skip="./.*,old/" # --ignore-words-list=""
|
||||
- run: codespell --skip="./.*,./old" # --ignore-words-list=""
|
||||
- run: flake8 . --count --exclude="./.*,./old/" --select=E9,F63,F7,F82 --show-source --statistics
|
||||
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
|
||||
--show-source --statistics
|
||||
|
Loading…
Reference in New Issue
Block a user