We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ad631 commit bfe78a7Copy full SHA for bfe78a7
.pre-commit-config.yaml
@@ -29,24 +29,24 @@ repos:
29
- commit-msg
30
31
- repo: https://github.com/codespell-project/codespell
32
- rev: v2.3.0
+ rev: v2.4.1
33
hooks:
34
- id: codespell
35
36
- repo: https://github.com/adrienverge/yamllint
37
- rev: v1.35.1
+ rev: v1.36.2
38
39
- id: yamllint
40
args: [-c=.yamllint]
41
42
- repo: https://github.com/3mdeb/hooks
43
- rev: v0.1.3
+ rev: v0.1.4
44
45
- id: namespell
46
args: [--fix]
47
48
- repo: https://github.com/priv-kweihmann/oelint-adv
49
- rev: 6.6.2
+ rev: 7.2.4
50
51
- id: oelint-adv
52
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]
0 commit comments