Skip to content

Commit 7266148

Browse files
committed
MAINT: fix pre-commit-hook ruff invocation to work with ruff 0.1
1 parent 2810a3e commit 7266148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
rev: v0.1.5
2525
hooks:
2626
- id: ruff
27-
args: [--fix, --show-fixes, --format, grouped]
27+
args: [--fix, --show-fixes, --output-format, grouped]
2828
- repo: https://github.com/fsfe/reuse-tool
2929
rev: v2.1.0
3030
hooks:

0 commit comments

Comments
 (0)