Skip to content

Commit 66bcc84

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.5](python-jsonschema/check-jsonschema@0.28.2...0.28.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 4e75a46 commit 66bcc84

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,11 +4,11 @@ ci:
44
autoupdate_schedule: weekly
55
repos:
66
- repo: https://github.com/python-jsonschema/check-jsonschema
7-
rev: 0.28.2
7+
rev: 0.28.5
88
hooks:
99
- id: check-github-workflows
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.2.6
11+
rev: v2.3.0
1212
hooks:
1313
- id: codespell
1414
args: ["-L", ""]

0 commit comments

Comments
 (0)