From fafc83016adf5ef1311039e71f9db0614bcd80dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Portela=20Afonso?= Date: Tue, 3 Sep 2024 13:02:22 +0100 Subject: [PATCH] chore(actions): revert mypy to version 1.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a63a9a..4b905974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "isort==5.12.0", "pre-commit==2.21.0", "pyc_wheel==1.2.7", - "mypy==1.11.2", + "mypy==1.4.1", ] doc = [ "mkdocs>=1.6.0,<1.7.0",