This commit is contained in:
Rich
2021-07-04 10:53:45 +01:00
parent 6645650610
commit 6ce91e5c84

View File

@@ -4,5 +4,7 @@
"--line-length",
"132"
],
"python.pythonPath": "/usr/local/bin/python3"
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}