Skip to content

Commit ee731cc

Browse files
committed
build: update packages
1 parent 360f7cf commit ee731cc

File tree

3 files changed

+251
-346
lines changed

3 files changed

+251
-346
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"version": "2.0.0",
55
"tasks": [
6-
{
6+
{
77
"label": "npm: watch",
88
"type": "npm",
99
"script": "watch",
@@ -23,5 +23,11 @@
2323
"script": "compile",
2424
"problemMatcher": []
2525
}
26-
]
26+
{
27+
"label": "Python Lint All",
28+
"type": "shell",
29+
"command": "hatch run lint:all",
30+
"problemMatcher": []
31+
}
32+
]
2733
}

0 commit comments

Comments
 (0)