We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a15e5d commit 8d0746cCopy full SHA for 8d0746c
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
59
# Python linting using ruff
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.4.1
+ rev: v0.4.2
62
hooks:
63
- id: ruff
64
args: ["--fix", "--show-fixes"]
@@ -68,7 +68,7 @@ repos:
68
69
# Static type checking using mypy
70
- repo: https://github.com/pre-commit/mirrors-mypy
71
- rev: v1.9.0
+ rev: v1.10.0
72
73
- id: mypy
74
files: ^(src/mqt|test/python)
@@ -125,7 +125,7 @@ repos:
125
126
# Check best practices for scientific Python code
127
- repo: https://github.com/scientific-python/cookie
128
- rev: 2024.03.10
+ rev: 2024.04.23
129
130
- id: sp-repo-review
131
additional_dependencies: ["repo-review[cli]"]
0 commit comments