Skip to content

Commit

Permalink
Update dependencies (#158)
Browse files Browse the repository at this point in the history
* pyproject: apply pyproject-fmt v2 style

* Update dependencies

* test_transpilation: adjust qft transpilation after Qiskit update
  • Loading branch information
airwoodix committed May 21, 2024
1 parent cd2dce8 commit 198714b
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 460 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.2"
rev: "v0.4.4"
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.8.0"
rev: "2.1.3"
hooks:
- id: pyproject-fmt
- repo: https://github.com/crate-ci/typos
Expand Down
Loading

0 comments on commit 198714b

Please sign in to comment.