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 21, 2024
1 parent 05b9587 commit 59b861b
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 59b861b

Please sign in to comment.