Skip to content

Commit 80ecab9

Browse files
[pre-commit.ci] pre-commit autoupdate (#3699)
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> Co-authored-by: Maxime Rey <[email protected]>
1 parent 44abe51 commit 80ecab9

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
@@ -38,7 +38,7 @@ repos:
3838
- --max-line-length=120
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.2.5
41+
rev: v2.2.6
4242
hooks:
4343
- id: codespell
4444
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
5353

5454
# validate GitHub workflow files
5555
- repo: https://github.com/python-jsonschema/check-jsonschema
56-
rev: 0.26.3
56+
rev: 0.27.0
5757
hooks:
5858
- id: check-github-workflows
5959

0 commit comments

Comments
 (0)