From a7f80077d2da94c2ddc597cc2afbdde4246931dd Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 1 Sep 2024 01:46:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Stop=20auto-installing=20MyPy=20?= =?UTF-8?q?type=20stubs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34e0b9d9e..576318a82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -119,8 +119,6 @@ repos: - tomli # requirement of packaging/pep517_backend/ - types-setuptools # requirement of packaging/pep517_backend/ args: - - --install-types - - --non-interactive - --python-version=3.12 - --txt-report=.tox/.tmp/.mypy/python-3.12 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.12 @@ -141,8 +139,6 @@ repos: - types-Pygments - types-colorama args: - - --install-types - - --non-interactive - --python-version=3.10 - --txt-report=.tox/.tmp/.mypy/python-3.10 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.10 @@ -160,8 +156,6 @@ repos: - types-Pygments - types-colorama args: - - --install-types - - --non-interactive - --python-version=3.8 - --txt-report=.tox/.tmp/.mypy/python-3.8 - --cobertura-xml-report=.tox/.tmp/.mypy/python-3.8