Skip to content

Commit 367bc5e

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/3mdeb/hooks: v0.1.3 → v0.2.2](3mdeb/hooks@v0.1.3...v0.2.2) - [github.com/priv-kweihmann/oelint-adv: 6.6.2 → 8.2.0](priv-kweihmann/oelint-adv@6.6.2...8.2.0)
1 parent 9f3d62d commit 367bc5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-merge-conflict
@@ -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.37.1
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.2.2
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: 8.2.0
5050
hooks:
5151
- id: oelint-adv
5252
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]

0 commit comments

Comments
 (0)