Skip to content

Commit 63f1874

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.8.4...v0.11.8) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.33.0](python-jsonschema/check-jsonschema@0.30.0...0.33.0)
1 parent 6f45d03 commit 63f1874

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# - slideshow
2222
# - --
2323
- repo: https://github.com/psf/black
24-
rev: 24.10.0
24+
rev: 25.1.0
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
@@ -50,14 +50,14 @@ repos:
5050
- id: rst-inline-touching-normal
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.8.4"
53+
rev: "v0.11.8"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
5757
- id: ruff-format
5858

5959
- repo: https://github.com/abravalheri/validate-pyproject
60-
rev: "v0.23"
60+
rev: "v0.24.1"
6161
hooks:
6262
- id: validate-pyproject
6363
additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -70,13 +70,13 @@ repos:
7070
args: [--prose-wrap=always]
7171

7272
- repo: https://github.com/codespell-project/codespell
73-
rev: "v2.3.0"
73+
rev: "v2.4.1"
7474
hooks:
7575
- id: codespell
7676
args: ["-L", "precessing"]
7777

7878
- repo: https://github.com/python-jsonschema/check-jsonschema
79-
rev: "0.30.0"
79+
rev: "0.33.0"
8080
hooks:
8181
- id: check-dependabot
8282
- id: check-github-workflows

0 commit comments

Comments
 (0)