enable lint

This commit is contained in:
2021-05-03 17:39:31 -04:00
parent 0d954937bb
commit d952656dc1
+3 -1
View File
@@ -1,3 +1,5 @@
{
"python.pythonPath": "/usr/bin/python3"
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}