Skip to content

Commit

Permalink
Merge branch 'main' into duration-must-be-float
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Mar 11, 2024
2 parents c38f3ea + ee9837a commit 0c4e2d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- black==23.10.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.1
rev: v0.3.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -37,7 +37,7 @@ repos:
- id: refurb

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
rev: 'v1.9.0'
hooks:
- id: mypy
pass_filenames: false
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
build==1.1.1
mypy==1.8.0
mypy==1.9.0
networkx==2.8.8
phir==0.3.1
pre-commit==3.6.2
pydata_sphinx_theme==0.15.2
pytest==8.0.2
pytest==8.1.1
pytest-order==1.2.0
pytket==1.25.0
ruff==0.2.2
ruff==0.3.2
setuptools_scm==8.0.4
sphinx==7.2.6
wasmtime==18.0.2
Expand Down

0 comments on commit 0c4e2d6

Please sign in to comment.