We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ca7eb commit 3b4a2cfCopy full SHA for 3b4a2cf
1 file changed
.vscode/tasks.json
@@ -176,6 +176,8 @@
176
"command": "uv",
177
"args": [
178
"run",
179
+ "--locked",
180
+ "--group", "dev",
181
"pre-commit", "install", "-f",
182
],
183
"presentation":
@@ -196,6 +198,8 @@
196
198
197
199
200
201
202
203
"pre-commit", "run",
204
"--all-files",
205
"--show-diff-on-failure",
0 commit comments