From 9a94384a8e40421a0a1a5a4c0e441c9dd7ab7d1f Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sun, 8 Jan 2023 14:56:21 +0100 Subject: [PATCH] cleanup --- .vscode/settings.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bbd7c5a..51c50e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" ] -} \ No newline at end of file +}