Skip to content

Commit 77b4f48

Browse files
chore: update pre-commit hooks (#137)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [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/astral-sh/ruff-pre-commit: v0.6.5 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.5...v0.8.4) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.23](abravalheri/validate-pyproject@v0.19...v0.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.30.0](python-jsonschema/check-jsonschema@0.29.2...0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b407e5a commit 77b4f48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
# - slideshow
2222
# - --
2323
- repo: https://github.com/psf/black
24-
rev: 24.8.0
24+
rev: 24.10.0
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: "v4.6.0"
30+
rev: "v5.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.6.5"
53+
rev: "v0.8.4"
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.19"
60+
rev: "v0.23"
6161
hooks:
6262
- id: validate-pyproject
6363
additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -76,7 +76,7 @@ repos:
7676
args: ["-L", "precessing"]
7777

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

0 commit comments

Comments
 (0)