We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f68e71 + 8ae102f commit c753993Copy full SHA for c753993
.pre-commit-config.yaml
@@ -5,6 +5,10 @@ repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v5.0.0
7
hooks:
8
+ - id: check-ast
9
+ - id: check-builtin-literals
10
+ - id: check-case-conflict
11
+ - id: check-docstring-first
12
- id: check-symlinks
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
@@ -17,14 +21,14 @@ repos:
17
21
- id: check-yaml
18
22
19
23
- repo: https://github.com/rbubley/mirrors-prettier
20
- rev: v3.3.3
24
+ rev: v3.4.2
25
26
- id: prettier
27
files: \.(json|yml|yaml)$
28
exclude: schemas/json-schema-draft-07.json
29
30
- repo: https://github.com/python-jsonschema/check-jsonschema
- rev: 0.29.4
31
+ rev: 0.30.0
32
33
- id: check-jsonschema
34
alias: check-jsonschema-inst
0 commit comments