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 9d171e5 commit a7a6ac0Copy full SHA for a7a6ac0
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: check-added-large-files
18
- id: check-case-conflict
19
- repo: https://github.com/python-jsonschema/check-jsonschema
20
- rev: 0.32.1
+ rev: 0.33.0
21
hooks:
22
- id: check-dependabot
23
- id: check-github-workflows
@@ -58,7 +58,7 @@ repos:
58
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
59
files: src/schema/.*/.*\.yaml
60
- repo: https://github.com/adrienverge/yamllint
61
- rev: v1.37.0
+ rev: v1.37.1
62
63
- id: yamllint
64
args: [-f=standard, -c=.yamllint.yml]
0 commit comments