From f2d1cddb837cc6bc7dfe9f75fd7355ac356b4eab Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Mon, 27 Nov 2023 19:29:27 +0100 Subject: [PATCH] Update vscode config (#3894) Signed-off-by: Daniel Ziegenberg --- .vscode/extensions.json | 3 +++ .vscode/settings.json | 15 ++++----------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 578d90545c..7955e45446 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,7 +4,10 @@ "charliermarsh.ruff", "esbenp.prettier-vscode", "hbenl.vscode-test-explorer", + "ms-python.black-formatter", "ms-python.isort", + "ms-python.mypy-type-checker", + "ms-python.pylint", "ms-python.python", "ms-python.vscode-pylance", "ms-vscode.live-server", diff --git a/.vscode/settings.json b/.vscode/settings.json index d17cb5be26..93d2172075 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,27 +12,20 @@ "build": true }, "git.ignoreLimitWarning": true, - "grammarly.domain": "technical", + "grammarly.config.documentDomain": "academic", "grammarly.files.include": [ "**/*.txt", "**/*.md" ], - "grammarly.hideUnavailablePremiumAlerts": true, - "grammarly.showExamples": true, "python.analysis.exclude": [ "build" ], - "python.formatting.provider": "black", - "python.linting.flake8Args": [ - "--ignore=E501,W503" - ], - "python.linting.flake8Enabled": false, - "python.linting.mypyCategorySeverity.error": "Warning", - "python.linting.mypyEnabled": true, - "python.linting.pylintEnabled": true, "python.terminal.activateEnvironment": true, "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, + "mypy-type-checker.severity": { + "error": "Warning", + }, "sortLines.filterBlankLines": true, "yaml.completion": true, "yaml.customTags": [