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.
2 parents 9be4414 + abb8078 commit 1adbd14Copy full SHA for 1adbd14
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
exclude_types: [svg]
17
- repo: https://github.com/pycqa/flake8
18
- rev: 6.1.0
+ rev: 7.0.0
19
hooks:
20
- id: flake8
21
additional_dependencies: [flake8-force]
@@ -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.33.0
+ rev: v1.35.1
30
31
- id: yamllint
32
- repo: https://github.com/python-jsonschema/check-jsonschema
33
- rev: 0.27.3
+ rev: 0.28.1
34
35
- id: check-jsonschema
36
files: ^packages/.*\.yml$
0 commit comments