From effbecb4ba4b2c694d5adbe5eae9d682a2142c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Tue, 3 Oct 2023 13:40:34 +0200 Subject: [PATCH] Bump up MyPy to version 1.5.1 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b0c48e..069268e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: ["--check"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.5.1 hooks: - id: mypy name: "Python types analyzer" diff --git a/pyproject.toml b/pyproject.toml index 0806873..75f4620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ lint = [ "black==23.9.1", "isort==5.11.3", - "mypy==1.3.0", + "mypy==1.5.1", ] test = [ "pytest==7.2.0",