Skip to content

Commit

Permalink
Bump ruff from 0.8.4 to 0.9.4 (#135)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.8.4 to 0.9.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.9.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.4...0.9.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update source

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Caleb Johnson <caleb.johnson@ibm.com>
  • Loading branch information
dependabot[bot] and caleb-johnson authored Feb 3, 2025
1 parent f2143ce commit 6a882f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nbtest = [
"nbmake>=1.5.0",
]
style = [
"ruff==0.8.4",
"ruff==0.9.4",
"nbqa>=1.8.5",
]
lint = [
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_sqd/qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def project_operator_to_subspace(
if verbose: # pragma: no cover
(
print(
f"Projecting term {i+1} out of {hamiltonian.size}: {coefficient} * "
f"Projecting term {i + 1} out of {hamiltonian.size}: {coefficient} * "
+ "".join(pauli.to_label())
+ " ..."
)
Expand Down

0 comments on commit 6a882f6

Please sign in to comment.