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 90d9f7c commit c89e7d3Copy full SHA for c89e7d3
.vscode/settings.json
@@ -0,0 +1,7 @@
1
+{
2
+ "python.linting.enabled": true,
3
+ "python.linting.pylintPath": "pylint",
4
+ "editor.formatOnSave": true,
5
+ "python.formatting.provider": "yapf",
6
+ "python.linting.pylintEnabled": true,
7
+}
0 commit comments