Skip to content

Commit 3cc7424

Browse files
committed
corrected the ruff command
1 parent 2c76cd3 commit 3cc7424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Auto-fix Formatting Issues with Black
2626
run: black .
2727
- name: Auto-fix Linting Errors with Ruff
28-
run: ruff check --fix
28+
run: ruff check . --fix-only
2929
- name: Security Check with Bandit
3030
run: bandit -r .
3131
- name: Commit & Push changes

0 commit comments

Comments
 (0)