Skip to content

Commit

Permalink
ruff: show fixes if fixes enabled
Browse files Browse the repository at this point in the history
If --fix is present, --show-fixes must be too.
  • Loading branch information
DimitriPapadopoulos committed Sep 10, 2024
1 parent 5eaa2a1 commit 268f5da
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 @@ -19,5 +19,5 @@ repos:
rev: v0.1.11
hooks:
- id: ruff
args: [ --fix ]
args: [ --fix, --show-fixes ]
- id: ruff-format

0 comments on commit 268f5da

Please sign in to comment.