Skip to content

Commit

Permalink
Merge pull request #256 from neutrinoceros/mnt/ruff-verbose
Browse files Browse the repository at this point in the history
MNT: enable ruff's --show-fixes flag
  • Loading branch information
neutrinoceros authored Mar 22, 2024
2 parents ebc6fdf + 958acff commit a171e7b
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 @@ -27,7 +27,7 @@ repos:
rev: v0.3.0
hooks:
- id: ruff
args: [--fix]
args: [--fix, --show-fixes]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
Expand Down

0 comments on commit a171e7b

Please sign in to comment.