Skip to content

Commit 0823439

Browse files
chore: update pre-commit hooks (#36)
* chore: update pre-commit hooks updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [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.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.5...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [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/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.0](python-jsonschema/check-jsonschema@0.33.0...0.34.0) - [github.com/scientific-python/cookie: 2025.01.22 → 2025.10.01](scientific-python/cookie@2025.01.22...2025.10.01) * style: pre-commit fixes * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Don Setiawan <[email protected]>
1 parent b3f5b20 commit 0823439

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
@@ -9,13 +9,13 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/adamchainz/blacken-docs
12-
rev: "1.19.1"
12+
rev: "1.20.0"
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==24.*]
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: "v5.0.0"
18+
rev: "v6.0.0"
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -38,21 +38,21 @@ repos:
3838
- id: rst-inline-touching-normal
3939

4040
- repo: https://github.com/rbubley/mirrors-prettier
41-
rev: "v3.5.3"
41+
rev: "v3.6.2"
4242
hooks:
4343
- id: prettier
4444
types_or: [yaml, markdown, html, css, scss, javascript, json]
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.11.5"
48+
rev: "v0.13.3"
4949
hooks:
50-
- id: ruff
50+
- id: ruff-check
5151
args: ["--fix", "--show-fixes"]
5252
- id: ruff-format
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.15.0"
55+
rev: "v1.18.2"
5656
hooks:
5757
- id: mypy
5858
files: src|tests
@@ -66,7 +66,7 @@ repos:
6666
- id: codespell
6767

6868
- repo: https://github.com/shellcheck-py/shellcheck-py
69-
rev: "v0.10.0.1"
69+
rev: "v0.11.0.1"
7070
hooks:
7171
- id: shellcheck
7272

@@ -85,13 +85,13 @@ repos:
8585
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8686

8787
- repo: https://github.com/python-jsonschema/check-jsonschema
88-
rev: "0.33.0"
88+
rev: "0.34.0"
8989
hooks:
9090
- id: check-dependabot
9191
- id: check-github-workflows
9292
- id: check-readthedocs
9393

9494
- repo: https://github.com/scientific-python/cookie
95-
rev: "2025.01.22"
95+
rev: "2025.10.01"
9696
hooks:
9797
- id: sp-repo-review

0 commit comments

Comments
 (0)