Skip to content

Commit

Permalink
MAINT: fix pre-commit-hook ruff invocation to work with ruff 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 15, 2023
1 parent 2810a3e commit 7266148
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 @@ -24,7 +24,7 @@ repos:
rev: v0.1.5
hooks:
- id: ruff
args: [--fix, --show-fixes, --format, grouped]
args: [--fix, --show-fixes, --output-format, grouped]
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
hooks:
Expand Down

0 comments on commit 7266148

Please sign in to comment.