Skip to content

Commit

Permalink
Update Python dependencies (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Jan 7, 2025
1 parent 974f4ac commit a4bcf92
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 860 deletions.
6 changes: 3 additions & 3 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.8.1"
rev: "v0.8.6"
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.28.1"
rev: "v1.29.4"
hooks:
- id: typos
- repo: https://github.com/econchick/interrogate
Expand All @@ -34,7 +34,7 @@ repos:
args: [-v, qiskit_aqt_provider, test]
pass_filenames: false # needed if excluding files with pyproject.toml or setup.cfg
- repo: https://github.com/gauge-sh/tach-pre-commit
rev: "v0.16.2"
rev: "v0.19.4"
hooks:
- id: tach
- id: tach-external
Expand Down
Loading

0 comments on commit a4bcf92

Please sign in to comment.