Files
travelrouter/.vscode/settings.json
Rich 6ce91e5c84 .
2021-07-04 10:53:45 +01:00

10 lines
257 B
JSON

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"132"
],
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}