diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1640c6..b0417aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: exclude: *test-data args: ["--disable=import-error, cyclic-import"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.12.1 hooks: - id: mypy args: [--config-file=pyproject.toml]