Update lint_python.yml
This commit is contained in:
parent
1caf6f4804
commit
f18e410f67
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
@ -13,7 +13,8 @@ jobs:
|
|||||||
- run: black --check . || true
|
- run: black --check . || true
|
||||||
- run: codespell --ignore-words-list=ans
|
- 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: python3 -m pip install isort
|
||||||
|
- run: isort --profile black .
|
||||||
- run: pip install -r requirements.txt || pip install --editable . || true
|
- run: pip install -r requirements.txt || pip install --editable . || true
|
||||||
- run: mkdir --parents --verbose .mypy_cache
|
- run: mkdir --parents --verbose .mypy_cache
|
||||||
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user