Skip to content

Commit

Permalink
chore: bump ruff version & add show-fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Mar 10, 2023
1 parent 6df094b commit f24840d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.238
rev: v0.0.254
hooks:
- id: ruff
args: [--fix]
args: [--fix, --show-fixes]

- repo: https://github.com/psf/black
rev: 23.1.0
Expand Down

0 comments on commit f24840d

Please sign in to comment.