Files
motus_remote/.vscode/settings.json
2021-12-30 15:34:27 +00:00

16 lines
412 B
JSON

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"132"
],
"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"
]
}