Skip to content

Commit 8d0746c

Browse files
⬆️🪝 update pre-commit hooks (cda-tum#598)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/scientific-python/cookie: 2024.03.10 → 2024.04.23](scientific-python/cookie@2024.03.10...2024.04.23) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a15e5d commit 8d0746c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858

5959
# Python linting using ruff
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.4.1
61+
rev: v0.4.2
6262
hooks:
6363
- id: ruff
6464
args: ["--fix", "--show-fixes"]
@@ -68,7 +68,7 @@ repos:
6868

6969
# Static type checking using mypy
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.9.0
71+
rev: v1.10.0
7272
hooks:
7373
- id: mypy
7474
files: ^(src/mqt|test/python)
@@ -125,7 +125,7 @@ repos:
125125

126126
# Check best practices for scientific Python code
127127
- repo: https://github.com/scientific-python/cookie
128-
rev: 2024.03.10
128+
rev: 2024.04.23
129129
hooks:
130130
- id: sp-repo-review
131131
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)