Skip to content

Commit

Permalink
add parameter --show-fixes to pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: emdneto <[email protected]>
  • Loading branch information
emdneto committed Oct 13, 2024
1 parent 721ddf3 commit d485e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [--fix]
args: ["--fix", "--show-fixes"]
# Run the formatter.
- id: ruff-format

0 comments on commit d485e24

Please sign in to comment.