Skip to content
Snippets Groups Projects

Resolve "Pydantic models for UI config."

Merged Lauri Himanen requested to merge 1257-pydantic-models-for-ui-config into develop
Files
67
+ 1
1
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
},
},
"files.trimTrailingWhitespace": true,
"files.trimTrailingWhitespace": true,
"python.linting.pylintArgs": [
"python.linting.pylintArgs": [
"--load-plugins=pylint_mongoengine",
"--rcfile=${workspaceFolder}/.pylintrc"
],
],
"python.linting.pycodestylePath": "pycodestyle",
"python.linting.pycodestylePath": "pycodestyle",
"python.linting.pycodestyleEnabled": true,
"python.linting.pycodestyleEnabled": true,
Loading