Skip to content

Commit 5d4ed29

Browse files
committed
Update pylint task to include specific file and adjust disable options
1 parent 22f9d5f commit 5d4ed29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@
177177
"args": [
178178
"/c",
179179
"run_pylint.bat",
180+
"guidata/dataset/autodoc.py",
180181
// "--disable=R0801,C0103,C0114,C0115,C0116,W0612,W0613",
181-
"--disable=fixme,C,R,W",
182+
// "--disable=fixme,C,R,W",
182183
],
183184
"options": {
184185
"cwd": "scripts",

0 commit comments

Comments
 (0)