Skip to content

Commit aaee284

Browse files
committed
added some tasks
1 parent 95546cc commit aaee284

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.vscode/tasks.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,38 @@
165165
"showReuseMessage": true,
166166
"clear": true
167167
},
168+
},
169+
{
170+
"label": "Install Pre-commit Hooks",
171+
"command": "uv",
172+
"args": ["run", "pre-commit", "install"],
173+
"type": "shell",
174+
"problemMatcher": [],
175+
"presentation":
176+
{
177+
"echo": true,
178+
"reveal": "always",
179+
"focus": false,
180+
"panel": "shared",
181+
"showReuseMessage": true,
182+
"clear": true
183+
},
184+
},
185+
{
186+
"label": "Set up Environment",
187+
"detail": "Create the venv, install dependencies, and install pre-commit hooks.",
188+
"dependsOn": ["Install Dependencies", "Install Pre-commit Hooks"],
189+
"type": "shell",
190+
"problemMatcher": [],
191+
"presentation":
192+
{
193+
"echo": true,
194+
"reveal": "always",
195+
"focus": false,
196+
"panel": "shared",
197+
"showReuseMessage": true,
198+
"clear": true
199+
},
168200
},
169201
],
170202
"inputs":

0 commit comments

Comments
 (0)