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

ruff . --format=github --select=E9,F63,F7,F82,PLE,YTT .

This commit is contained in:
Christian Clauss
2023-06-05 08:07:34 +02:00
committed by GitHub
parent 2e86bc83f3
commit 3c065d89f6

View File

@ -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"