Skip to content

Commit a2dc356

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.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
1 parent f960198 commit a2dc356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default_language_version:
2121

2222
repos:
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.6.0
24+
rev: v5.0.0
2525
hooks:
2626
- id: trailing-whitespace
2727
args: ["--markdown-linebreak-ext", "md,markdown"]
@@ -68,7 +68,7 @@ repos:
6868
]
6969

7070
- repo: https://github.com/python-jsonschema/check-jsonschema
71-
rev: 0.29.2
71+
rev: 0.29.3
7272
hooks:
7373
- id: check-dependabot
7474
- id: check-github-actions

0 commit comments

Comments
 (0)