Skip to content

Commit aabeca3

Browse files
committed
Enable pylint
1 parent 1b2d1b0 commit aabeca3

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
@@ -1,4 +1,5 @@
11
{
22
"python.formatting.provider": "yapf",
3-
"python.linting.pylintPath": "~/miniconda3/bin/pylint"
3+
"python.linting.pylintPath": "~/miniconda3/bin/pylint",
4+
"python.linting.pylintEnabled": true
45
}

0 commit comments

Comments
 (0)