Skip to content

Commit a7a6ac0

Browse files
pre-commit-ci[bot]effigies
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](adrienverge/yamllint@v1.37.0...v1.37.1)
1 parent 9d171e5 commit a7a6ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.32.1
20+
rev: 0.33.0
2121
hooks:
2222
- id: check-dependabot
2323
- id: check-github-workflows
@@ -58,7 +58,7 @@ repos:
5858
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
5959
files: src/schema/.*/.*\.yaml
6060
- repo: https://github.com/adrienverge/yamllint
61-
rev: v1.37.0
61+
rev: v1.37.1
6262
hooks:
6363
- id: yamllint
6464
args: [-f=standard, -c=.yamllint.yml]

0 commit comments

Comments
 (0)