Skip to content

Commit 9c26c6c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.4](astral-sh/ruff-pre-commit@v0.4.4...v0.6.4) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.29.2](python-jsonschema/check-jsonschema@0.28.3...0.29.2) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.9.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.9.0-1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 45e4e98 commit 9c26c6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6.4
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.29.2
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.9.0-1
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)