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
1 changed files with 2 additions and 13 deletions

15
.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",
@ -29,4 +18,4 @@
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
}
}