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.
1 parent 8839e20 commit 2d44829Copy full SHA for 2d44829
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ["--maxkb=1024"]
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/pre-commit/mirrors-prettier
17
- rev: "v3.1.0"
+ rev: "v4.0.0-alpha.8"
18
19
- id: prettier
20
types_or: [yaml, json]
@@ -26,7 +26,7 @@ repos:
26
- id: remove-tabs
27
28
- repo: https://github.com/python-jsonschema/check-jsonschema
29
- rev: "0.28.0"
+ rev: "0.33.0"
30
31
- id: check-jsonschema
32
files: ^[^/]*\.json$
0 commit comments