Skip to content

Commit 3b4a2cf

Browse files
committed
task updates
1 parent 18ca7eb commit 3b4a2cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@
176176
"command": "uv",
177177
"args": [
178178
"run",
179+
"--locked",
180+
"--group", "dev",
179181
"pre-commit", "install", "-f",
180182
],
181183
"presentation":
@@ -196,6 +198,8 @@
196198
"command": "uv",
197199
"args": [
198200
"run",
201+
"--locked",
202+
"--group", "dev",
199203
"pre-commit", "run",
200204
"--all-files",
201205
"--show-diff-on-failure",

0 commit comments

Comments
 (0)