Skip to content

Commit 2325282

Browse files
chore(deps): pre-commit autoupdate (#78)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
1 parent 13a2ba6 commit 2325282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ci:
22
autofix_prs: false
33
autoupdate_schedule: weekly
44
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
5+
skip:
6+
- check-dependabot
57

68
repos:
79
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,7 +22,7 @@ repos:
2022
- id: validate_manifest
2123

2224
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.27.3
25+
rev: 0.27.4
2426
hooks:
2527
- id: check-dependabot
2628
- id: check-github-workflows

0 commit comments

Comments
 (0)