diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b0bcb1..e5158f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [ --fix ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: # We overwrite the args as we configure mypy via our mypy.ini # We require separate instances due to several files being named the same which mypy cannot handle