From 87d7191408aff60f9355dc23927f03a4af810e99 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 16 Jan 2024 02:25:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Stop=20auto-installing=20types?= =?UTF-8?q?=20via=20MyPy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This contributes to reproducibility. --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20e1cf8c2..2e892cf98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -106,8 +106,6 @@ repos: - pytest - Sphinx >= 5.3.0 args: - - --install-types - - --non-interactive - --python-version=3.13 - --txt-report=.tox/.tmp/.mypy/python-3.13 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.13 @@ -122,8 +120,6 @@ repos: - pytest - Sphinx >= 5.3.0 args: - - --install-types - - --non-interactive - --python-version=3.11 - --txt-report=.tox/.tmp/.mypy/python-3.11 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.11 @@ -138,8 +134,6 @@ repos: - pytest - Sphinx >= 5.3.0 args: - - --install-types - - --non-interactive - --python-version=3.9 - --txt-report=.tox/.tmp/.mypy/python-3.9 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.9 @@ -154,8 +148,6 @@ repos: - pytest - Sphinx >= 5.3.0, < 6 args: - - --install-types - - --non-interactive - --python-version=3.7 - --txt-report=.tox/.tmp/.mypy/python-3.7 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.7