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
commit ffc99686d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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