diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7e8d95..dfbe1d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,20 +60,20 @@ repos: # Ensure uv lock file is up-to-date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.17 + rev: 0.9.21 hooks: - id: uv-lock # Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: - id: ruff-check - id: ruff-format # Static type checking using mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy files: ^(python/mqt|test/python|noxfile.py) @@ -98,7 +98,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.7 + rev: v21.1.8 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -121,7 +121,7 @@ repos: # Check for spelling - repo: https://github.com/crate-ci/typos - rev: v1.41.0 + rev: v1 hooks: - id: typos