From 6a0d938a0a1cc274f8b680283893c04ebbb9a677 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:12:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20p?= =?UTF-8?q?re-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.3 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.3...0.37.4) - [github.com/henryiii/validate-pyproject-schema-store: 2026.06.26 → 2026.07.06](https://github.com/henryiii/validate-pyproject-schema-store/compare/2026.06.26...2026.07.06) - [github.com/astral-sh/uv-pre-commit: 0.11.25 → 0.11.26](https://github.com/astral-sh/uv-pre-commit/compare/0.11.25...0.11.26) - [github.com/adhtruong/mirrors-typos: v1.47.2 → v1.48.0](https://github.com/adhtruong/mirrors-typos/compare/v1.47.2...v1.48.0) - [github.com/rbubley/mirrors-prettier: v3.9.1 → v3.9.4](https://github.com/rbubley/mirrors-prettier/compare/v3.9.1...v3.9.4) - [github.com/astral-sh/ty-pre-commit: v0.0.55 → v0.0.56](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.55...v0.0.56) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 924d0fe..4c0ed1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: ## Check JSON schemata - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows priority: 0 @@ -45,14 +45,14 @@ repos: ## Check pyproject.toml file - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.06.26 + rev: 2026.07.06 hooks: - id: validate-pyproject priority: 0 ## Ensure uv.lock is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.25 + rev: 0.11.26 hooks: - id: uv-lock priority: 0 @@ -69,7 +69,7 @@ repos: ## Check for typos - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.47.2 + rev: v1.48.0 hooks: - id: typos priority: 3 @@ -102,7 +102,7 @@ repos: ## Format configuration files with prettier - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.1 + rev: v3.9.4 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json, json5] @@ -139,7 +139,7 @@ repos: ## Check Python types with ty - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.55 + rev: v0.0.56 hooks: - id: ty args: [--only-dev] From 77dc1738fd2a2b123598ac57e7b54deff7aed1d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:13:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f196567..bdc701f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It is part of the [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io). - Proposes an interface for the simulation of circuits and diagnosis of errors - Implementation built upon [MQT Core](https://github.com/munich-quantum-toolkit/core), the backbone of the MQT -- Povides a Debugger Adapter Protocol (DAP) server that can be used to integrate the debugger into IDEs +- Provides a Debugger Adapter Protocol (DAP) server that can be used to integrate the debugger into IDEs If you have any questions, feel free to create a [discussion](https://github.com/munich-quantum-toolkit/debugger/discussions) or an [issue](https://github.com/munich-quantum-toolkit/debugger/issues) on [GitHub](https://github.com/munich-quantum-toolkit/debugger).