mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Update lint_python.yml
codespell --ignore-words-list="sav,te,wan"
This commit is contained in:
parent
bbf9068ebe
commit
7c0e75feaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade
|
||||
- run: bandit -r . || true
|
||||
- run: black --check . || true
|
||||
- run: codespell --quiet-level=2 || true # --ignore-words-list="" --skip=""
|
||||
- run: codespell --ignore-words-list="sav,te,wan" --quiet-level=2 || true # --skip=""
|
||||
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
- run: isort --check-only --profile black . || true
|
||||
- run: pip install -r requirements.txt || true
|
||||
|
|
Loading…
Add table
Reference in a new issue