Merge pull request #28 from cclauss/patch-1

codespell --ignore-words-list=ans
This commit is contained in:
Technerd Brainiac
2021-10-07 02:52:25 +05:30
committed by GitHub

View File

@@ -11,7 +11,7 @@ jobs:
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B311,B605 .
- run: black --check . || true
- run: codespell
- run: codespell --ignore-words-list=ans
- run: flake8 . --count --max-complexity=19 --max-line-length=88 --show-source --statistics
- run: isort --check-only --profile black .
- run: pip install -r requirements.txt || pip install --editable . || true