We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b3670 commit 6a01cf8Copy full SHA for 6a01cf8
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_schedule: 'quarterly'
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.4.0
+ rev: v4.5.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-docstring-first
@@ -26,11 +26,11 @@ repos:
26
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
27
args: ["--ignore-words", "ci/codespell-ignore-words.txt"]
28
- repo: https://github.com/adrienverge/yamllint
29
- rev: v1.32.0
+ rev: v1.33.0
30
31
- id: yamllint
32
- repo: https://github.com/python-jsonschema/check-jsonschema
33
- rev: 0.27.0
+ rev: 0.27.3
34
35
- id: check-jsonschema
36
files: ^packages/.*\.yml$
0 commit comments