Skip to content

Commit 38da9d8

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.4 → 0.31.0](python-jsonschema/check-jsonschema@0.28.4...0.31.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.9.2](astral-sh/ruff-pre-commit@v0.4.7...v0.9.2)
1 parent 2b3b2d3 commit 38da9d8

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
@@ -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
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424
name: Trailing whitespace
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.28.4
26+
rev: 0.31.0
2727
hooks:
2828
- id: check-github-actions
2929
name: Validate GitHub Actions
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies:
3737
- tomli
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.4.7
39+
rev: v0.9.2
4040
hooks:
4141
- id: ruff
4242
name: Ruff Linter

0 commit comments

Comments
 (0)