From bf3c52e90f6bdd05bc9d4620443936e0234e50a1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:41:31 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/talos-systems/conform: v0.1.0-alpha.30 → v0.1.0-alpha.31](https://github.com/talos-systems/conform/compare/v0.1.0-alpha.30...v0.1.0-alpha.31) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.2) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.38.0) - [github.com/3mdeb/hooks: v0.1.3 → v0.2.2](https://github.com/3mdeb/hooks/compare/v0.1.3...v0.2.2) - [github.com/priv-kweihmann/oelint-adv: 6.6.2 → 9.7.1](https://github.com/priv-kweihmann/oelint-adv/compare/6.6.2...9.7.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 620603b..4b70c70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -22,31 +22,31 @@ repos: exclude: ^.*\.patch$ - repo: https://github.com/talos-systems/conform - rev: v0.1.0-alpha.30 + rev: v0.1.0-alpha.31 hooks: - id: conform stages: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [-c=.yamllint] - repo: https://github.com/3mdeb/hooks - rev: v0.1.3 + rev: v0.2.2 hooks: - id: namespell args: [--fix] - repo: https://github.com/priv-kweihmann/oelint-adv - rev: 6.6.2 + rev: 9.7.1 hooks: - id: oelint-adv args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet]