chore: add ignore word (#181)
parent
4d5176223f
commit
2017c59218
|
@ -9,7 +9,7 @@ jobs:
|
|||
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety
|
||||
- run: bandit --recursive --skip B101 . # B101 is assert statements
|
||||
- run: black --check . || true
|
||||
- run: codespell --ignore-words-list="ans,nnumber" --quiet-level=2 # --skip=""
|
||||
- run: codespell --ignore-words-list="ans,nnumber,nin" --quiet-level=2 # --skip=""
|
||||
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
- run: isort --check-only --profile black .
|
||||
- run: pip install -r requirements.txt || true
|
||||
|
|
Loading…
Reference in New Issue