Skip to content

Commit 6fc5575

Browse files
authored
Update pre-commit-config.yaml ruff format to use --check
Instead of nonexistent --exit-non-zero-on-format
1 parent 63f167d commit 6fc5575

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
@@ -35,7 +35,7 @@ repos:
3535

3636
- id: local-ruff-format
3737
name: ruff format
38-
entry: uv run ruff format --force-exclude --exit-non-zero-on-format
38+
entry: uv run ruff format --force-exclude --check
3939
require_serial: true
4040
language: unsupported
4141
types: [python]

0 commit comments

Comments
 (0)