Files
travelrouter/.vscode/settings.json
Rich 6c02604ed5 .
2021-07-10 11:19:22 +01:00

15 lines
428 B
JSON

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"132"
],
"python.pythonPath": "/home/pi/.local/share/virtualenvs/travelrouter-hOdX7OK_/bin/python",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.pylintArgs": [
"--load-plugins",
"pylint_flask_sqlalchemy",
"pylint_flask",
]
}