Skip to content

Commit d6080aa

Browse files
Don't silently fix during precommit
1 parent 4d99b1d commit d6080aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ repos:
33
hooks:
44
- id: ruff-check
55
name: ruff check
6-
entry: uv run ruff check --fix
6+
entry: uv run ruff check
77
language: system
88
types: [ python ]
99
pass_filenames: true
1010

1111
- id: ruff-format
1212
name: ruff format
13-
entry: uv run ruff format
13+
entry: uv run ruff format --check
1414
language: system
1515
types: [ python ]
1616
pass_filenames: true

0 commit comments

Comments
 (0)