Skip to content

Commit

Permalink
Update dependencies (#197)
Browse files Browse the repository at this point in the history
* Update dependencies

* Remove unused qiskit-experiments dependency
  • Loading branch information
airwoodix authored Nov 20, 2024
1 parent 224b1af commit d9bfbbe
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 706 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
rev: "v0.7.4"
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.4.3"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt
- repo: https://github.com/crate-ci/typos
rev: "v1.26.0"
rev: "v1.27.3"
hooks:
- id: typos
- repo: https://github.com/econchick/interrogate
Expand Down
Loading

0 comments on commit d9bfbbe

Please sign in to comment.