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 c149e89 commit e405392Copy full SHA for e405392
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
"python.pythonPath": "~/miniconda3/bin/python",
3
- "python.formatting.provider": "yapf"
+ "python.formatting.provider": "yapf",
4
+ "python.linting.pylintPath": "~/miniconda3/bin/pylint"
5
}
0 commit comments