Skip to content

Commit d485e24

Browse files
committed
add parameter --show-fixes to pre-commit
Signed-off-by: emdneto <[email protected]>
1 parent 721ddf3 commit d485e24

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
@@ -5,6 +5,6 @@ repos:
55
hooks:
66
# Run the linter.
77
- id: ruff
8-
args: [--fix]
8+
args: ["--fix", "--show-fixes"]
99
# Run the formatter.
1010
- id: ruff-format

0 commit comments

Comments
 (0)