Skip to content

Commit 93c5d6d

Browse files
committed
disable pylint
1 parent e5b5008 commit 93c5d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"notebook.formatOnSave.enabled": true,
66
"notebook.codeActionsOnSave": {
77
"notebook.source.organizeImports": "explicit"
8-
}
8+
},
9+
"pylint.enabled": false,
910
"[python]": {
1011
"editor.formatOnSave": true,
1112
"editor.defaultFormatter": "charliermarsh.ruff",

0 commit comments

Comments
 (0)