From 94b0149f1921637fccf1d9895df1736295a14cab Mon Sep 17 00:00:00 2001 From: Kanishk Pachauri Date: Mon, 4 Nov 2024 01:56:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Bump=20MyPy=20Python=20to=203.9?= =?UTF-8?q?=20@=20pre-commit=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `pre-commit.ci` service dropped support for Python 3.8 as it's gone EOL. This change makes the check runnable again. It is suboptimal as we haven't yet dropped support for Python 3.8. #2144 will address the underlying issue more thoroughly. Resolves #2133. Co-Authored-By: Sviatoslav Sydorenko --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0aa16adf..f9a6a88b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - build==1.0.0 - pyproject_hooks==1.0.0 - pytest==7.4.2 - language_version: python3.8 + language_version: python3.9 - repo: https://github.com/PyCQA/bandit rev: 1.7.8 hooks: