InQuire/.vscode/settings.json

7 lines
209 B
JSON
Raw Normal View History

2018-12-04 17:21:08 +01:00
{
2018-12-17 21:24:44 +01:00
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true
2018-12-04 17:21:08 +01:00
}