From 6bbf77bcf58a4d767815b97945910f3f52184043 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:10:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .gitpod.yml | 1 + .vscode/extensions.json | 1 + .vscode/settings.json | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 1eca252d..3666b389 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -20,6 +20,7 @@ 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/.vscode/extensions.json b/.vscode/extensions.json index 1d9df646..d901742d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -7,6 +7,7 @@ "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/.vscode/settings.json b/.vscode/settings.json index 53f9c876..d7a629a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,12 +33,14 @@ "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", "python.formatting.provider": "black", "python.linting.enabled": true, "python.linting.flake8Enabled": false, + "python.linting.mypyEnabled": false, "python.linting.pydocstyleEnabled": false, "python.linting.pylintEnabled": false, "python.testing.pytestArgs": ["--color=no"],