Skip to content

Commit f637e44

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.9.6](astral-sh/ruff-pre-commit@v0.8.4...v0.9.6) - [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.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
1 parent 77b4f48 commit f637e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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,7 +50,7 @@ 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.9.6"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -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.31.1"
8080
hooks:
8181
- id: check-dependabot
8282
- id: check-github-workflows

0 commit comments

Comments
 (0)