Skip to content

Commit edf9945

Browse files
committed
chore: remove unnecessary option for Ruff's lint hook
1 parent 2609981 commit edf9945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
rev: v0.14.10
2828
hooks:
2929
- id: ruff-check
30-
args: [--fix, --exit-non-zero-on-fix]
30+
args: [--fix]
3131
- id: ruff-format
3232

3333
- repo: https://github.com/astral-sh/uv-pre-commit

0 commit comments

Comments
 (0)