Skip to content

Commit 8ee1b7c

Browse files
committed
run uv format, instead of just --diff
1 parent c07292c commit 8ee1b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
- id: uv-format
55
name: Format with uv format
66
entry: uv
7-
args: [format, --diff]
7+
args: [format]
88
language: system
99
types: [python]
1010
pass_filenames: false
@@ -16,4 +16,4 @@ repos:
1616
language: system
1717
types: [python]
1818
pass_filenames: false
19-
always_run: true
19+
always_run: true

0 commit comments

Comments
 (0)