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]