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 9587d6f commit 393572cCopy full SHA for 393572c
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
- id: check-shebang-scripts-are-executable
23
- id: check-illegal-windows-names
24
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
25
- rev: "3.0.3"
+ rev: "3.2.0"
26
hooks:
27
- id: editorconfig-checker
28
alias: ec
29
- repo: https://github.com/fsfe/reuse-tool
30
- rev: v4.0.3
+ rev: v5.0.2
31
32
- id: reuse
33
- repo: local
@@ -37,7 +37,7 @@ repos:
37
entry: corepack yarn lint
38
language: system
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.29.3
+ rev: 0.31.2
41
42
- id: check-renovate
43
additional_dependencies: ["pyjson5"]
0 commit comments