Skip to content

Commit 6867eeb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.4...v0.5.6) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.29.1](python-jsonschema/check-jsonschema@0.28.3...0.29.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 6867eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.5.6
2828
hooks:
2929
- id: ruff
3030
name: Ruff Linter
@@ -35,7 +35,7 @@ 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.1
3939
hooks:
4040
- id: check-github-actions
4141
name: Validate GitHub Actions
@@ -48,7 +48,7 @@ repos:
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)