Skip to content

Commit bfe78a7

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.36.2](adrienverge/yamllint@v1.35.1...v1.36.2) - [github.com/3mdeb/hooks: v0.1.3 → v0.1.4](3mdeb/hooks@v0.1.3...v0.1.4) - [github.com/priv-kweihmann/oelint-adv: 6.6.2 → 7.2.4](priv-kweihmann/oelint-adv@6.6.2...7.2.4)
1 parent e7ad631 commit bfe78a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ repos:
2929
- commit-msg
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.3.0
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535

3636
- repo: https://github.com/adrienverge/yamllint
37-
rev: v1.35.1
37+
rev: v1.36.2
3838
hooks:
3939
- id: yamllint
4040
args: [-c=.yamllint]
4141

4242
- repo: https://github.com/3mdeb/hooks
43-
rev: v0.1.3
43+
rev: v0.1.4
4444
hooks:
4545
- id: namespell
4646
args: [--fix]
4747

4848
- repo: https://github.com/priv-kweihmann/oelint-adv
49-
rev: 6.6.2
49+
rev: 7.2.4
5050
hooks:
5151
- id: oelint-adv
5252
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]

0 commit comments

Comments
 (0)