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.43.0](igorshubovych/markdownlint-cli@v0.36.0...v0.43.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.6.0](priv-kweihmann/oelint-adv@5.7.2...6.6.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
- [github.com/3mdeb/hooks: v0.1.2 → v0.1.3](3mdeb/hooks@v0.1.2...v0.1.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent b822e35 commit 20b602a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.43.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.6.0
hooks:
- id: oelint-adv
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet, --fix]
Expand All @@ -54,12 +54,12 @@ repos:
files: .*\.(bb)|(bbappend)|(bbclass)$

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

- repo: https://github.com/3mdeb/hooks
rev: v0.1.2
rev: v0.1.3
hooks:
- id: namespell
args: [--fix]
Expand Down

0 comments on commit 20b602a

Please sign in to comment.