From 02783e63e81f9cf953e1bafdc536815e968f6c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:11:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20Update=20pre-c?= =?UTF-8?q?ommit=20hook=20crate-ci/typos=20to=20v1.30.0=20(#844)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | repository | minor | `v1.29.9` -> `v1.30.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
crate-ci/typos (crate-ci/typos) ### [`v1.30.0`](https://redirect.github.com/crate-ci/typos/compare/v1.29.10...v1.30.0) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.29.10...v1.30.0) ### [`v1.29.10`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.29.10) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.29.9...v1.29.10) #### \[1.29.10] - 2025-02-25 ##### Fixes - Also correct `contaminent` as `contaminant`
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cda-tum/mqt-core). --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- docs/lit_header.bib | 2 +- docs/refs.bib | 2 +- include/mqt-core/zx/Utils.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afb93db8f..b0001fe13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -115,7 +115,7 @@ repos: # Check for spelling - repo: https://github.com/crate-ci/typos - rev: v1.29.9 + rev: v1.30.0 hooks: - id: typos diff --git a/docs/lit_header.bib b/docs/lit_header.bib index 5d687e96d..d449fc037 100644 --- a/docs/lit_header.bib +++ b/docs/lit_header.bib @@ -31,7 +31,7 @@ @string{pieee @string{cacm = {Comm. of the ACM} } -@string{jetc = {J. Emerg. Technol. Comput. Syst.} } +@string{jetc = {J. Emerg. Technol. Compute. Syst.} } @string{qip = {Quantum Information Processing} } diff --git a/docs/refs.bib b/docs/refs.bib index 0eaebd480..b23de974f 100644 --- a/docs/refs.bib +++ b/docs/refs.bib @@ -37,7 +37,7 @@ @article{bryantSymbolicBooleanManipulation1992 title = {Symbolic boolean manipulation with ordered binary-decision diagrams}, author = {Bryant, Randal E.}, year = {1992}, - journal = {ACM Comput. Surv.}, + journal = {ACM Compute. Surv.}, volume = {24}, number = {3}, pages = {293--318}, diff --git a/include/mqt-core/zx/Utils.hpp b/include/mqt-core/zx/Utils.hpp index fe5948177..482b33210 100644 --- a/include/mqt-core/zx/Utils.hpp +++ b/include/mqt-core/zx/Utils.hpp @@ -28,7 +28,7 @@ struct Edge { EdgeType type; Edge() = default; - Edge(const Vertex t, const EdgeType typ) : to(t), type(typ) {}; + Edge(const Vertex t, const EdgeType typo) : to(t), type(typo) {}; void toggle() { if (type == EdgeType::Simple) { type = EdgeType::Hadamard;