Skip to content

Commit 1cf86e0

Browse files
chore: update pre-commit hooks (#62)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
1 parent 1bf017e commit 1cf86e0

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
@@ -4,7 +4,7 @@ ci:
44
autoupdate_schedule: weekly
55
repos:
66
- repo: https://github.com/python-jsonschema/check-jsonschema
7-
rev: 0.33.0
7+
rev: 0.34.0
88
hooks:
99
- id: check-github-workflows
1010
- repo: https://github.com/codespell-project/codespell
@@ -18,7 +18,7 @@ repos:
1818
- id: prettier
1919
types_or: [yaml, markdown, html, css, scss, javascript, json]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-added-large-files
2424
- id: check-case-conflict

0 commit comments

Comments
 (0)