From 75733ba9d5d7c85588200f75f6456c71376e7dd7 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:24:59 +0200 Subject: [PATCH] FIX: remove mypy configuration --- .gitpod.yml | 1 - .pre-commit-config.yaml | 2 +- .vscode/extensions.json | 2 +- .vscode/settings.json | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3666b389..1eca252d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -20,7 +20,6 @@ vscode: - garaioag.garaio-vscode-unwanted-recommendations - github.vscode-github-actions - github.vscode-pull-request-github - - ms-python.mypy-type-checker - ms-python.python - ms-python.vscode-pylance - ms-toolsai.vscode-jupyter-cell-tags diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac3c0009..2b3c2c43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.0.187 + rev: 0.0.189 hooks: - id: check-dev-files args: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index d901742d..979ce482 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -7,7 +7,6 @@ "garaioag.garaio-vscode-unwanted-recommendations", "github.vscode-github-actions", "github.vscode-pull-request-github", - "ms-python.mypy-type-checker", "ms-python.python", "ms-python.vscode-pylance", "ms-toolsai.vscode-jupyter-cell-tags", @@ -25,6 +24,7 @@ "bungcip.better-toml", "ms-python.flake8", "ms-python.isort", + "ms-python.mypy-type-checker", "ms-python.pylint", "travisillig.vscode-json-stable-stringify" ] diff --git a/.vscode/settings.json b/.vscode/settings.json index d7a629a2..f1549816 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,7 +33,6 @@ "files.eol": "\n", "github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"], "livePreview.defaultPreviewPath": "docs/_build/html", - "mypy-type-checker.importStrategy": "fromEnvironment", "python.analysis.autoImportCompletions": false, "python.analysis.inlayHints.pytestParameters": true, "python.analysis.typeCheckingMode": "strict",