Skip to content

Commit

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

* Pin Qiskit below 1.3
  • Loading branch information
airwoodix authored Dec 2, 2024
1 parent 4cdae25 commit 4828615
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 429 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.4"
rev: "v0.8.1"
hooks:
- id: ruff
args: [ --fix ]
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/crate-ci/typos
rev: "v1.27.3"
rev: "v1.28.1"
hooks:
- id: typos
- repo: https://github.com/econchick/interrogate
Expand All @@ -33,8 +33,8 @@ repos:
- id: interrogate
args: [-v, qiskit_aqt_provider, test]
pass_filenames: false # needed if excluding files with pyproject.toml or setup.cfg
- repo: https://github.com/airwoodix/tach-pre-commit
rev: "v0.15.2-external"
- repo: https://github.com/gauge-sh/tach-pre-commit
rev: "v0.16.2"
hooks:
- id: tach
- id: tach-external
Expand Down
Loading

0 comments on commit 4828615

Please sign in to comment.