Skip to content

Commit 93ecf22

Browse files
committed
Fix args
1 parent b5edf4e commit 93ecf22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ repos:
1919
rev: 0.8.17
2020
hooks:
2121
- id: uv-sync
22-
args:
23-
- --extra dev
22+
args: ["--extra", "dev"]
2423
- id: uv-lock
25-
args:
26-
- --extra dev
24+
args: ["--check"]

0 commit comments

Comments
 (0)