From 1782c72592e5597bd98037c24a6b86b30aa14a15 Mon Sep 17 00:00:00 2001 From: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:40:04 +0100 Subject: [PATCH] Revert `mypy` update (`1.15.0` -> `1.14.1`) --- .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 dd0ae1a7373..21a71985eb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: types_or: [text] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.14.1 # Latest version that supports Python 3.8 hooks: - id: mypy files: \.py$