Skip to content

Commit c66c51c

Browse files
Merge branch 'main' into dev/kbroch/fix-schema-typos
2 parents 5b77fc1 + c753993 commit c66c51c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
66
rev: v5.0.0
77
hooks:
8+
- id: check-ast
9+
- id: check-builtin-literals
10+
- id: check-case-conflict
11+
- id: check-docstring-first
812
- id: check-symlinks
913
- id: end-of-file-fixer
1014
- id: trailing-whitespace
@@ -17,14 +21,14 @@ repos:
1721
- id: check-yaml
1822

1923
- repo: https://github.com/rbubley/mirrors-prettier
20-
rev: v3.3.3
24+
rev: v3.4.2
2125
hooks:
2226
- id: prettier
2327
files: \.(json|yml|yaml)$
2428
exclude: schemas/json-schema-draft-07.json
2529

2630
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.29.4
31+
rev: 0.30.0
2832
hooks:
2933
- id: check-jsonschema
3034
alias: check-jsonschema-inst

0 commit comments

Comments
 (0)