We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2d1b0 commit aabeca3Copy full SHA for aabeca3
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
"python.formatting.provider": "yapf",
3
- "python.linting.pylintPath": "~/miniconda3/bin/pylint"
+ "python.linting.pylintPath": "~/miniconda3/bin/pylint",
4
+ "python.linting.pylintEnabled": true
5
}
0 commit comments