Skip to content

Commit

Permalink
Update to qiskit >= 1 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Feb 20, 2024
1 parent 5bfcbd1 commit 50e4a15
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 822 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
- id: check-case-conflict
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.2.0"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.7.0"
Expand Down
Loading

0 comments on commit 50e4a15

Please sign in to comment.