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 2c76cd3 commit 3cc7424Copy full SHA for 3cc7424
.github/workflows/code_quality.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Auto-fix Formatting Issues with Black
26
run: black .
27
- name: Auto-fix Linting Errors with Ruff
28
- run: ruff check --fix
+ run: ruff check . --fix-only
29
- name: Security Check with Bandit
30
run: bandit -r .
31
- name: Commit & Push changes
0 commit comments