Update lint_python.yml
This commit is contained in:
parent
f18e410f67
commit
0b542d8d30
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
@ -13,8 +13,7 @@ jobs:
|
||||
- run: black --check . || true
|
||||
- run: codespell --ignore-words-list=ans
|
||||
- run: flake8 . --count --max-complexity=19 --max-line-length=88 --show-source --statistics
|
||||
- run: python3 -m pip install isort
|
||||
- run: isort --profile black .
|
||||
- run: isort --check-only --profile black .
|
||||
- run: pip install -r requirements.txt || pip install --editable . || true
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user