Skip to content

Commit 1b326dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.33.3](python-jsonschema/check-jsonschema@0.28.6...0.33.3) - [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.10](astral-sh/ruff-pre-commit@v0.4.10...v0.12.10) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent eb76eb8 commit 1b326dd

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
@@ -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: "v6.0.0"
1212
hooks:
1313
- id: "check-added-large-files"
1414
exclude: "tests/cassettes/.*"
@@ -36,36 +36,36 @@ repos:
3636
- id: "python-use-type-annotations"
3737

3838
- repo: "https://github.com/shellcheck-py/shellcheck-py"
39-
rev: "v0.10.0.1"
39+
rev: "v0.11.0.1"
4040
hooks:
4141
- id: "shellcheck"
4242

4343
- repo: "https://github.com/python-jsonschema/check-jsonschema"
44-
rev: "0.28.6"
44+
rev: "0.33.3"
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.10'
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)