Skip to content

Commit 6c20a8a

Browse files
[pre-commit.ci] pre-commit autoupdate (#147)
updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e777a60 commit 6c20a8a

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
@@ -21,14 +21,14 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.2.5
24+
rev: v2.2.6
2525
hooks:
2626
- id: codespell
2727
args: [--write-changes]
2828
additional_dependencies:
2929
- tomli
3030

3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.26.3
32+
rev: 0.27.0
3333
hooks:
3434
- id: check-github-workflows

0 commit comments

Comments
 (0)