Skip to content

Commit

Permalink
⬆️🪝 Update pre-commit hook crate-ci/typos to v1.30.0 (#844)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Mar 1, 2025
1 parent 94f854b commit 02783e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/lit_header.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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} }
Expand Down
2 changes: 1 addition & 1 deletion docs/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion include/mqt-core/zx/Utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 02783e6

Please sign in to comment.