Files
travelrouter/.vscode/settings.json
Rich 5f6a78452c .
2021-08-03 11:05:57 +01:00

17 lines
507 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",
"--disable",
"bare-except,invalid-name,invalid-sequence-index"
]
}