Skip to content

Commit 38a9810

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.6.2](rbubley/mirrors-prettier@v3.3.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.12.11](astral-sh/ruff-pre-commit@v0.7.2...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.17.1](pre-commit/mirrors-mypy@v1.13.0...v1.17.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/henryiii/validate-pyproject-schema-store: 2024.10.21 → 2025.08.29](henryiii/validate-pyproject-schema-store@2024.10.21...2025.08.29) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.33.3](python-jsonschema/check-jsonschema@0.29.4...0.33.3) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.05.02](scientific-python/cookie@2024.08.19...2025.05.02)
1 parent c0d694c commit 38a9810

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==23.*]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v5.0.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -34,21 +34,21 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: "v3.3.3"
37+
rev: "v3.6.2"
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, markdown, html, css, scss, javascript, json]
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.7.2"
44+
rev: "v0.12.11"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: "v1.13.0"
51+
rev: "v1.17.1"
5252
hooks:
5353
- id: mypy
5454
files: src|tests
@@ -59,12 +59,12 @@ repos:
5959
- importlib-resources
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: "v2.3.0"
62+
rev: "v2.4.1"
6363
hooks:
6464
- id: codespell
6565

6666
- repo: https://github.com/shellcheck-py/shellcheck-py
67-
rev: "v0.10.0.1"
67+
rev: "v0.11.0.1"
6868
hooks:
6969
- id: shellcheck
7070

@@ -82,18 +82,18 @@ repos:
8282
exclude: .pre-commit-config.yaml
8383

8484
- repo: https://github.com/henryiii/validate-pyproject-schema-store
85-
rev: "2024.10.21"
85+
rev: "2025.08.29"
8686
hooks:
8787
- id: validate-pyproject
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.29.4"
90+
rev: "0.33.3"
9191
hooks:
9292
- id: check-dependabot
9393
- id: check-github-workflows
9494
- id: check-readthedocs
9595

9696
- repo: https://github.com/scientific-python/cookie
97-
rev: "2024.08.19"
97+
rev: "2025.05.02"
9898
hooks:
9999
- id: sp-repo-review

0 commit comments

Comments
 (0)