Skip to content

Commit

Permalink
Merge pull request #1018 from CoffeaTeam/show-fixes-ruff
Browse files Browse the repository at this point in the history
chore: get ruff to show fixes when it applies them
  • Loading branch information
lgray committed Jan 30, 2024
2 parents 1173798 + 29c8dbc commit 41f0162
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 @@ -51,7 +51,7 @@ repos:
rev: v0.1.15
hooks:
- id: ruff
args: [ --fix ]
args: [--fix, --show-fixes]


- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 41f0162

Please sign in to comment.