diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13c28f363..b75114e3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,3 +22,8 @@ repos: - id: codespell additional_dependencies: - tomli + +- repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.11.2 + hooks: + - id: mypy