Address review round #2

This commit is contained in:
Jean-Michel Picod
2020-03-12 12:12:45 +01:00
parent 7c5c7b9d05
commit 0e1c76455d
4 changed files with 17 additions and 7 deletions

View File

@@ -20,6 +20,7 @@
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintPath": "pylint",
"[python]": {
"editor.tabSize": 2
},