File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 "version" : " 2.0.0" ,
55 "tasks" : [
66 {
7- "label" : " Run Ruff Formatter" ,
7+ "label" : " 🧽 Run Ruff Formatter" ,
88 "command" : " ruff" ,
99 "args" : [
1010 " format"
2727 "type" : " shell"
2828 },
2929 {
30- "label" : " Run Ruff Linter" ,
30+ "label" : " 🔦 Run Ruff Linter" ,
3131 "command" : " ruff" ,
3232 "args" : [
3333 " check" ,
5050 "type" : " shell"
5151 },
5252 {
53- "label" : " Run Pylint" ,
53+ "label" : " 🔦 Run Pylint" ,
5454 "command" : " pylint" ,
5555 "args" : [
5656 " plotpy" ,
138138 "type" : " shell"
139139 },
140140 {
141- "label" : " Run pytest" ,
141+ "label" : " 🚀 Run pytest" ,
142142 "command" : " cmd" ,
143143 "args" : [
144144 " /c" ,
220220 }
221221 },
222222 {
223- "label" : " Clean Up" ,
223+ "label" : " 🧹 Clean Up" ,
224224 "type" : " shell" ,
225225 "command" : " cmd" ,
226226 "args" : [
You can’t perform that action at this time.
0 commit comments