cleanup
This commit is contained in:
parent
e57398ea25
commit
9a94384a8e
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
|
@ -8,19 +8,8 @@
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.codeLens": 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": {
|
"yaml.schemas": {
|
||||||
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml",
|
||||||
},
|
},
|
||||||
"yaml.customTags": [
|
"yaml.customTags": [
|
||||||
"!ENV scalar",
|
"!ENV scalar",
|
||||||
|
|
Loading…
Reference in a new issue