diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 367ebc97..d970d67e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: # Check static types with mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.12.1 hooks: - id: mypy files: ^(src/mqt|test/python|noxfile.py)