mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
ruff . --format=github --select=E9,F63,F7,F82,PLE,YTT .
This commit is contained in:
parent
2e86bc83f3
commit
3c065d89f6
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: pip install --upgrade codespell pip ruff setuptools wheel
|
||||
- run: codespell --quiet-level=3
|
||||
- name: "Ruff: Show stopper (must-fix) issues"
|
||||
run: ruff . --select=E9,F63,F7,F82,PLE,YTT --show-source .
|
||||
run: ruff . --format=github --select=E9,F63,F7,F82,PLE,YTT .
|
||||
- name: "Ruff: All issues"
|
||||
run: ruff --exit-zero --select=ALL --statistics --target-version=py37 .
|
||||
- name: "Ruff: All fixable (ruff --fix) issues"
|
||||
|
|
|
|||
Loading…
Reference in a new issue