Skip to content

Commit 24797e6

Browse files
committed
show ruff fixes during precommit
1 parent 9ad111b commit 24797e6

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
@@ -7,7 +7,7 @@ repos:
77
rev: v0.3.2
88
hooks:
99
- id: ruff
10-
args: [--fix]
10+
args: [--fix, --show-fixes]
1111
- repo: local
1212
hooks:
1313
- id: pyright

0 commit comments

Comments
 (0)