Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1)
- [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.36.0...v0.42.0)
- [github.com/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.30](siderolabs/conform@v0.1.0-alpha.27...v0.1.0-alpha.30)
- [github.com/priv-kweihmann/oelint-adv: 5.7.2 → 6.5.1](priv-kweihmann/oelint-adv@5.7.2...6.5.1)
- [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 1bf9c68 commit 5208a3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: .*\.(patch)|(diff)$

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -17,19 +17,19 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
args: [-c=.yamllint]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.36.0
rev: v0.42.0
hooks:
- id: markdownlint
- id: markdownlint-fix

- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
rev: v0.1.0-alpha.30
hooks:
- id: conform
stages:
Expand All @@ -42,7 +42,7 @@ repos:
args: ["--severity=warning"]

- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 5.7.2
rev: 6.5.1
hooks:
- id: oelint-adv
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet, --fix]
Expand All @@ -54,7 +54,7 @@ repos:
files: .*\.(bb)|(bbappend)|(bbclass)$

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.3.0
hooks:
- id: codespell

Expand Down

0 comments on commit 5208a3e

Please sign in to comment.