Skip to content

Commit f6c56ba

Browse files
chore: update pre-commit hooks
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.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/astral-sh/ruff-pre-commit: v0.8.4 → v0.14.9](astral-sh/ruff-pre-commit@v0.8.4...v0.14.9) - [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.36.0](python-jsonschema/check-jsonschema@0.30.0...0.36.0)
1 parent b73a4c2 commit f6c56ba

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
@@ -20,14 +20,14 @@ repos:
2020
# - tags
2121
# - slideshow
2222
# - --
23-
- repo: https://github.com/psf/black
24-
rev: 24.10.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.12.0
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: "v5.0.0"
30+
rev: "v6.0.0"
3131
hooks:
3232
- id: check-added-large-files
3333
- id: check-case-conflict
@@ -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.14.9"
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.36.0"
8080
hooks:
8181
- id: check-dependabot
8282
- id: check-github-workflows

0 commit comments

Comments
 (0)