1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Update lint_python.yml

This commit is contained in:
Christian Clauss
2023-03-04 13:33:57 +01:00
committed by GitHub
parent 80dc79f85e
commit cd610e56bf

View File

@ -15,7 +15,7 @@ jobs:
run: ruff --exit-zero --select=ALL --statistics --target-version=py37 . run: ruff --exit-zero --select=ALL --statistics --target-version=py37 .
- name: "Ruff: All fixable (ruff --fix) issues" - name: "Ruff: All fixable (ruff --fix) issues"
run: ruff --exit-zero --select=ALL --ignore=ANN204,COM812,ERA001,RSE102 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: pip install black codespell mypy pytest safety
- run: black --check . || true - run: black --check . || true
- run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock" - run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock"