Initial commit
This commit is contained in:
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user