Skip to content

Commit 848e085

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/python-jsonschema/check-jsonschema: 0.28.6 → 0.33.2](python-jsonschema/check-jsonschema@0.28.6...0.33.2) - [github.com/asottile/reorder_python_imports: v3.13.0 → v3.15.0](asottile/reorder-python-imports@v3.13.0...v3.15.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.10 → v0.12.7](astral-sh/ruff-pre-commit@v0.4.10...v0.12.7) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent eb76eb8 commit 848e085

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fail_fast: false
88

99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: "v4.6.0"
11+
rev: "v5.0.0"
1212
hooks:
1313
- id: "check-added-large-files"
1414
exclude: "tests/cassettes/.*"
@@ -41,31 +41,31 @@ repos:
4141
- id: "shellcheck"
4242

4343
- repo: "https://github.com/python-jsonschema/check-jsonschema"
44-
rev: "0.28.6"
44+
rev: "0.33.2"
4545
hooks:
4646
- id: "check-github-workflows"
4747
- id: "check-readthedocs"
4848

4949
- repo: "https://github.com/asottile/reorder_python_imports"
50-
rev: "v3.13.0"
50+
rev: "v3.15.0"
5151
hooks:
5252
- id: "reorder-python-imports"
5353
args:
5454
- "--py38-plus"
5555

5656
- repo: "https://github.com/psf/black"
57-
rev: "24.4.2"
57+
rev: "25.1.0"
5858
hooks:
5959
- id: "black"
6060

6161
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
6262
# Ruff version.
63-
rev: 'v0.4.10'
63+
rev: 'v0.12.7'
6464
hooks:
6565
- id: "ruff"
6666

6767
- repo: "https://github.com/kynan/nbstripout"
68-
rev: "0.7.1"
68+
rev: "0.8.1"
6969
hooks:
7070
- id: "nbstripout"
7171

0 commit comments

Comments
 (0)