diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc7d1d6e1c..62da9cd231 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,37 +2,37 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v21.1.8 hooks: - id: clang-format types_or: [c] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.17.1 + rev: v0.20.0 hooks: - id: markdownlint-cli2-rules-docker - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: [--toml, kepler-codespell.precommit-toml] additional_dependencies: - tomli - repo: https://github.com/golangci/golangci-lint - rev: v1.62.2 + rev: v2.8.0 hooks: - id: golangci-lint - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.24.0 hooks: - id: commitlint stages: [commit-msg]