This commit is contained in:
Sebastian Wendel 2023-01-08 14:56:21 +01:00
parent e57398ea25
commit 9a94384a8e
No known key found for this signature in database
GPG key ID: 14ED8B1EC3371ECE

13
.vscode/settings.json vendored
View file

@ -8,19 +8,8 @@
"editor.insertSpaces": true,
"editor.codeLens": true
},
"python.formatting.provider": "black",
"python.globalModuleInstallation": false,
"python.languageServer": "Pylance",
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pylintEnabled": true,
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.testing.pytestEnabled": true,
"python.defaultInterpreterPath": "${workspaceFolder}/.direnv/dev/bin/python3",
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml",
},
"yaml.customTags": [
"!ENV scalar",