Skip to content

Commit 2b48ffc

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 69e04bc commit 2b48ffc

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.33.2
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)