Skip to content

Commit d66b80d

Browse files
committed
Updated ruff check
1 parent 310a1a0 commit d66b80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
name: ruff
2727
pass_filenames: false
2828
always_run: true
29-
args: ["python", "--fix"]
29+
args: ["check", "python", "--fix"]
3030
- repo: local
3131
hooks:
3232
- id: fmt

0 commit comments

Comments
 (0)