InQuire/.vscode/settings.json
2018-12-17 21:24:44 +01:00

7 lines
209 B
JSON

{
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true
}