Merge pull request #28 from cclauss/patch-1
codespell --ignore-words-list=ans
This commit is contained in:
commit
ffc99686d2
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user