mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
Update lint_python.yml
This commit is contained in:
parent
ac7f2909db
commit
80dc79f85e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
--statistics --target-version=py37 . || true | grep "\[\*\]"
|
||||
- run: pip install black codespell mypy pytest safety
|
||||
- run: black --check . || true
|
||||
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
|
||||
- run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock"
|
||||
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue