Files
heartbeat/.vscode/settings.json
T
2022-03-05 17:28:04 -05:00

6 lines
168 B
JSON

{
"python.pythonPath": "/usr/bin/python3",
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true
}