diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 916f4b4..8a960b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer - id: trailing-whitespace - id: forbid-submodules - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [--strict, -c=.yamllint] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.26.0 hooks: - id: commitlint stages: [commit-msg]