Skip to content

Commit 02783e6

Browse files
⬆️🪝 Update pre-commit hook crate-ci/typos to v1.30.0 (#844)
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 <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`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` </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwcmUtY29tbWl0Il19--> --------- 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>
1 parent 94f854b commit 02783e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ repos:
115115

116116
# Check for spelling
117117
- repo: https://github.com/crate-ci/typos
118-
rev: v1.29.9
118+
rev: v1.30.0
119119
hooks:
120120
- id: typos
121121

docs/lit_header.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ @string{pieee
3131
3232
@string{cacm = {Comm. of the ACM} }
3333
34-
@string{jetc = {J. Emerg. Technol. Comput. Syst.} }
34+
@string{jetc = {J. Emerg. Technol. Compute. Syst.} }
3535
3636
@string{qip = {Quantum Information Processing} }
3737

docs/refs.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ @article{bryantSymbolicBooleanManipulation1992
3737
title = {Symbolic boolean manipulation with ordered binary-decision diagrams},
3838
author = {Bryant, Randal E.},
3939
year = {1992},
40-
journal = {ACM Comput. Surv.},
40+
journal = {ACM Compute. Surv.},
4141
volume = {24},
4242
number = {3},
4343
pages = {293--318},

include/mqt-core/zx/Utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct Edge {
2828
EdgeType type;
2929

3030
Edge() = default;
31-
Edge(const Vertex t, const EdgeType typ) : to(t), type(typ) {};
31+
Edge(const Vertex t, const EdgeType typo) : to(t), type(typo) {};
3232
void toggle() {
3333
if (type == EdgeType::Simple) {
3434
type = EdgeType::Hadamard;

0 commit comments

Comments
 (0)