Skip to content

Commit 637aef4

Browse files
⬆️🪝 update pre-commit hooks (#392)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...v0.12.2) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/crate-ci/typos: v1.32.0 → v1](crate-ci/typos@v1.32.0...v1) - [github.com/scientific-python/cookie: 2025.01.22 → 2025.05.02](scientific-python/cookie@2025.01.22...2025.05.02) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/henryiii/validate-pyproject-schema-store: 2025.04.07 → 2025.06.23](henryiii/validate-pyproject-schema-store@2025.04.07...2025.06.23) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nils Quetschlich <nils.quetschlich@tum.de>
1 parent 9c64b39 commit 637aef4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757

5858
# Python linting and formatting using ruff
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.11.13
60+
rev: v0.12.2
6161
hooks:
6262
- id: ruff
6363
args: ["--fix", "--show-fixes"]
@@ -78,14 +78,14 @@ repos:
7878

7979
# Format configuration files with prettier
8080
- repo: https://github.com/rbubley/mirrors-prettier
81-
rev: v3.5.3
81+
rev: v3.6.2
8282
hooks:
8383
- id: prettier
8484
types_or: [yaml, markdown, html, css, scss, javascript, json]
8585

8686
# Check static types with mypy
8787
- repo: https://github.com/pre-commit/mirrors-mypy
88-
rev: v1.16.0
88+
rev: v1.16.1
8989
hooks:
9090
- id: mypy
9191
files: ^(src/mqt|test/python)
@@ -104,7 +104,7 @@ repos:
104104

105105
# Check for spelling
106106
- repo: https://github.com/crate-ci/typos
107-
rev: v1.32.0
107+
rev: v1
108108
hooks:
109109
- id: typos
110110

@@ -119,21 +119,21 @@ repos:
119119

120120
# Check best practices for scientific Python code
121121
- repo: https://github.com/scientific-python/cookie
122-
rev: 2025.01.22
122+
rev: 2025.05.02
123123
hooks:
124124
- id: sp-repo-review
125125
additional_dependencies: ["repo-review[cli]"]
126126

127127
# Check JSON schemata
128128
- repo: https://github.com/python-jsonschema/check-jsonschema
129-
rev: 0.33.0
129+
rev: 0.33.2
130130
hooks:
131131
- id: check-dependabot
132132
- id: check-github-workflows
133133
- id: check-readthedocs
134134

135135
# Check the pyproject.toml file
136136
- repo: https://github.com/henryiii/validate-pyproject-schema-store
137-
rev: 2025.04.07
137+
rev: 2025.06.23
138138
hooks:
139139
- id: validate-pyproject

0 commit comments

Comments
 (0)