Configure pylint for Google's Python style.
Adding pylint configuration, VSCode configuration to lint on save and make the deploy.py script compliant.
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -14,7 +14,10 @@
|
||||
"python.formatting.yapfArgs": [
|
||||
"--style=chromium"
|
||||
],
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.lintOnSave": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"[python]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user