We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bc69d commit 3e5cbc5Copy full SHA for 3e5cbc5
.github/workflows/Python CI.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install bandit ruff mypy safety codespell
21
22
- name: Run Ruff (linting)
23
- run: ruff check . --config pyproject.toml
+ run: ruff check . --config pyproject.toml --fix
24
25
- name: Run Ruff (formatting check)
26
run: ruff format --check . --config pyproject.toml || true
0 commit comments