Skip to content

Commit 0028102

Browse files
committed
🔀 Merge branch 'main' into zero-ancilla-partial-equivalence
2 parents dd874c0 + 3392314 commit 0028102

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151

5252
# Python linting and formatting using ruff
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.1.13
54+
rev: v0.1.14
5555
hooks:
5656
- id: ruff
5757
args: ["--fix", "--show-fixes"]

src/mqt/qcec/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"Configuration",
2525
"EquivalenceCheckingManager",
2626
"EquivalenceCriterion",
27-
"generate_profile",
2827
"StateType",
28+
"__version__",
29+
"generate_profile",
2930
"verify",
3031
"verify_compilation",
31-
"__version__",
3232
]

0 commit comments

Comments
 (0)