Skip to content

Commit 8ae102f

Browse files
update pre-commit hook repos to latest versions
1 parent 56860e2 commit 8ae102f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- id: check-yaml
2222

2323
- repo: https://github.com/rbubley/mirrors-prettier
24-
rev: v3.3.3
24+
rev: v3.4.2
2525
hooks:
2626
- id: prettier
2727
files: \.(json|yml|yaml)$
2828
exclude: schemas/json-schema-draft-07.json
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.29.4
31+
rev: 0.30.0
3232
hooks:
3333
- id: check-jsonschema
3434
alias: check-jsonschema-inst

0 commit comments

Comments
 (0)