From aefa7e401ca9137838b8f4213bf4cc8344f9e317 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 2 Jun 2025 08:54:15 +0200 Subject: [PATCH] chore: bump mypy in pre-commit config --- .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 3e4993752..14468d9b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # stages: [push] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v1.16.0" hooks: - id: mypy exclude: build_helpers