Skip to content

Commit c261e24

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/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.4.4...v0.9.2) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.31.0](python-jsonschema/check-jsonschema@0.28.3...0.31.0) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.10.0-2](scop/pre-commit-shfmt@v3.8.0-1...v3.10.0-2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 45e4e98 commit c261e24

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
@@ -7,7 +7,7 @@ default_stages: [pre-commit, pre-push]
77
repos:
88
# https://github.com/pre-commit/pre-commit-hooks#pre-commit-hooks
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
name: Check added large files
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525
name: Trailing whitespace
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.4.4
27+
rev: v0.9.2
2828
hooks:
2929
- id: ruff
3030
name: Ruff Linter
@@ -35,20 +35,20 @@ repos:
3535
types_or: [python, pyi, jupyter]
3636
args: [--config=pyproject.toml]
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.28.3
38+
rev: 0.31.0
3939
hooks:
4040
- id: check-github-actions
4141
name: Validate GitHub Actions
4242
args: ["--verbose"]
4343
# Uses [mvdan/sh](https://github.com/mvdan/sh)
4444
- repo: https://github.com/scop/pre-commit-shfmt
45-
rev: v3.8.0-1
45+
rev: v3.10.0-2
4646
hooks:
4747
- id: shfmt
4848
name: Shfmt Formatter for Shell Scripts
4949
args: ["-l", "-w", "scripts/"]
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.2.6
51+
rev: v2.3.0
5252
hooks:
5353
- id: codespell
5454
additional_dependencies:

0 commit comments

Comments
 (0)