Skip to content
Snippets Groups Projects
Commit 58ce3bdf authored by David Trattnig's avatar David Trattnig
Browse files

Style: Black settings for VSCode

parent 1d58b1e7
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,11 @@ ...@@ -4,5 +4,11 @@
"pylint-flask" "pylint-flask"
], ],
"python.linting.mypyCategorySeverity.note": "Warning", "python.linting.mypyCategorySeverity.note": "Warning",
"python.linting.pylintCategorySeverity.convention": "Warning" "python.linting.pylintCategorySeverity.convention": "Warning",
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"99"
],
"python.linting.enabled": true
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment