Skip to content

Commit 6a01cf8

Browse files
[pre-commit.ci] pre-commit autoupdate (#168)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8b3670 commit 6a01cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: 'quarterly'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-docstring-first
@@ -26,11 +26,11 @@ repos:
2626
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
2727
args: ["--ignore-words", "ci/codespell-ignore-words.txt"]
2828
- repo: https://github.com/adrienverge/yamllint
29-
rev: v1.32.0
29+
rev: v1.33.0
3030
hooks:
3131
- id: yamllint
3232
- repo: https://github.com/python-jsonschema/check-jsonschema
33-
rev: 0.27.0
33+
rev: 0.27.3
3434
hooks:
3535
- id: check-jsonschema
3636
files: ^packages/.*\.yml$

0 commit comments

Comments
 (0)