icl-iot-weather/.vscode/settings.json
2020-10-18 23:59:02 +01:00

6 lines
205 B
JSON

{
"python.pythonPath": "/Users/max/Desktop/ICL-IoT-Weather/venv/bin/python3.7",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}