diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de7671b..ff9f3e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: language: python additional_dependencies: [pygments, restructuredtext_lint] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.16.1' + rev: 'v1.17.1' hooks: - id: mypy additional_dependencies: [pytest]