From be9dbc4136601bea62f31792309e5a911e56ddce Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 30 Jun 2023 04:20:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=87=AA=20Bump=20the=20MyPy=20check=20to=20us?= =?UTF-8?q?e=20Python=203.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the minimum supported runtime now. Resolves #637. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abba2388ef..b5f914153c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -123,8 +123,8 @@ repos: rev: v1.1.1 hooks: - id: mypy - alias: mypy-py35 - name: MyPy, for Python 3.5 + alias: mypy-py38 + name: MyPy, for Python 3.8 additional_dependencies: - lxml - types-backports @@ -133,7 +133,7 @@ repos: args: - --install-types - --non-interactive - - --python-version=3.5 + - --python-version=3.8 - --txt-report=.tox/.tmp/.mypy/ - cheroot/ pass_filenames: false