From 23c3757c7ab91fbbae7f04ad29c61aaead09877c Mon Sep 17 00:00:00 2001 From: xmatthias Date: Sat, 23 Dec 2023 08:04:51 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks --- .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 8929d0e5a..fa8253a69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # stages: [push] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.1" + rev: "v1.8.0" hooks: - id: mypy exclude: build_helpers From 63e652619f1bed8c5f85fe34b79ac13c928c409e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 23 Dec 2023 09:11:40 +0100 Subject: [PATCH 2/2] Bump mypy to 1.8.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 32e2cf4f9..d6da8f08f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ coveralls==3.3.1 ruff==0.1.8 -mypy==1.7.1 +mypy==1.8.0 pre-commit==3.6.0 pytest==7.4.3 pytest-asyncio==0.21.1