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 56cdc48 commit 61a4430Copy full SHA for 61a4430
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
22
- rev: "2.7.3"
+ rev: "3.0.3"
23
hooks:
24
- id: editorconfig-checker
25
alias: ec
@@ -34,7 +34,7 @@ repos:
34
entry: corepack yarn lint --cache --quiet
35
language: system
36
- repo: https://github.com/python-jsonschema/check-jsonschema
37
- rev: 0.29.2
+ rev: 0.29.3
38
39
- id: check-renovate
40
additional_dependencies: ["pyjson5"]
0 commit comments