From 5eb02e3988e9529226f8ebe6717e6e7a0c74ba4d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:59:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20pre-c?= =?UTF-8?q?ommit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/uv-pre-commit: 0.9.17 → 0.9.21](https://github.com/astral-sh/uv-pre-commit/compare/0.9.17...0.9.21) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.1) - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v21.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.7...v21.1.8) - [github.com/crate-ci/typos: v1.41.0 → v1](https://github.com/crate-ci/typos/compare/v1.41.0...v1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7e8d955..dfbe1d21 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