Skip to content

Commit 6da4274

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.7.2...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/henryiii/validate-pyproject-schema-store: 2024.10.21 → 2025.02.03](henryiii/validate-pyproject-schema-store@2024.10.21...2025.02.03) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.1](python-jsonschema/check-jsonschema@0.29.4...0.31.1) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22)
1 parent c0d694c commit 6da4274

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.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.9.4"
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.14.1"
5252
hooks:
5353
- id: mypy
5454
files: src|tests
@@ -59,7 +59,7 @@ 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

@@ -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.02.03"
8686
hooks:
8787
- id: validate-pyproject
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.29.4"
90+
rev: "0.31.1"
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.01.22"
9898
hooks:
9999
- id: sp-repo-review

0 commit comments

Comments
 (0)