mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
Update lint_python.yml
This commit is contained in:
parent
80dc79f85e
commit
cd610e56bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: ruff --exit-zero --select=ALL --statistics --target-version=py37 .
|
||||
- name: "Ruff: All fixable (ruff --fix) issues"
|
||||
run: ruff --exit-zero --select=ALL --ignore=ANN204,COM812,ERA001,RSE102
|
||||
--statistics --target-version=py37 . || true | grep "\[\*\]"
|
||||
--statistics --target-version=py37 . | grep "\[\*\]"
|
||||
- run: pip install black codespell mypy pytest safety
|
||||
- run: black --check . || true
|
||||
- run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock"
|
||||
|
|
|
|||
Loading…
Reference in a new issue