Skip to content

Commit 3e5cbc5

Browse files
authored
更新 Python CI.yml
1 parent a7bc69d commit 3e5cbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Python CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip install bandit ruff mypy safety codespell
2121
2222
- name: Run Ruff (linting)
23-
run: ruff check . --config pyproject.toml
23+
run: ruff check . --config pyproject.toml --fix
2424

2525
- name: Run Ruff (formatting check)
2626
run: ruff format --check . --config pyproject.toml || true

0 commit comments

Comments
 (0)