cleanup
This commit is contained in:
parent
e57398ea25
commit
9a94384a8e
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue