Skip to content

Commit 0da6577

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.32.1](python-jsonschema/check-jsonschema@0.28.6...0.32.1) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.5.3](rbubley/mirrors-prettier@v3.3.2...v3.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.5.0...v0.11.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent edc0162 commit 0da6577

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: "https://github.com/python-jsonschema/check-jsonschema"
9-
rev: "0.28.6"
9+
rev: "0.32.1"
1010
hooks:
1111
- id: "check-github-workflows"
1212
# TODO: Re-enable. The checker and the docs say `build.tools` is
@@ -16,20 +16,20 @@ repos:
1616
# - id: "check-readthedocs"
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: "24.4.2"
19+
rev: "25.1.0"
2020
hooks:
2121
# With notebook support:
2222
# - id: black-jupyter
2323
- id: black
2424

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: "1.18.0"
26+
rev: "1.19.1"
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black==23.9.1]
3030

3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: "v4.6.0"
32+
rev: "v5.0.0"
3333
hooks:
3434
- id: check-added-large-files
3535
- id: check-case-conflict
@@ -53,7 +53,7 @@ repos:
5353
- id: rst-inline-touching-normal
5454

5555
- repo: "https://github.com/rbubley/mirrors-prettier"
56-
rev: "v3.3.2"
56+
rev: "v3.5.3"
5757
hooks:
5858
- id: prettier
5959
types_or: [json]
@@ -62,7 +62,7 @@ repos:
6262
args: [--prose-wrap=always]
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: "v0.5.0"
65+
rev: "v0.11.4"
6666
hooks:
6767
- id: ruff
6868
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -80,7 +80,7 @@ repos:
8080

8181
# TODO: Configure in pyproject.toml
8282
- repo: https://github.com/codespell-project/codespell
83-
rev: "v2.3.0"
83+
rev: "v2.4.1"
8484
hooks:
8585
- id: codespell
8686
exclude: >

0 commit comments

Comments
 (0)