We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7960b2d commit 2274df4Copy full SHA for 2274df4
.pre-commit-config.yaml
@@ -15,22 +15,22 @@ repos:
15
- id: trailing-whitespace
16
exclude_types: [svg]
17
- repo: https://github.com/pycqa/flake8
18
- rev: 7.1.1
+ rev: 7.2.0
19
hooks:
20
- id: flake8
21
additional_dependencies: [flake8-force]
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.3.0
+ rev: v2.4.1
24
25
- id: codespell
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.35.1
+ rev: v1.37.0
30
31
- id: yamllint
32
- repo: https://github.com/python-jsonschema/check-jsonschema
33
- rev: 0.30.0
+ rev: 0.32.1
34
35
- id: check-jsonschema
36
files: ^packages/.*\.yml$
0 commit comments