Skip to content

Commit 599ca59

Browse files
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.34.1 (#222)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 1683dab commit 599ca59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ repos:
110110

111111
# Check jsonschema
112112
- repo: https://github.com/python-jsonschema/check-jsonschema
113-
rev: 0.33.3
113+
rev: 0.34.1
114114
hooks:
115115
- id: check-dependabot
116116
- id: check-github-workflows

template/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ repos:
112112

113113
# Check jsonschema
114114
- repo: https://github.com/python-jsonschema/check-jsonschema
115-
rev: 0.33.3
115+
rev: 0.34.1
116116
hooks:
117117
- id: check-dependabot
118118
- id: check-github-workflows

0 commit comments

Comments
 (0)