diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cddaee4..f0a8559 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ default_install_hook_types: [pre-commit, commit-msg] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: no-commit-to-branch - id: check-added-large-files @@ -21,7 +21,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.10.0 + rev: v9.18.0 hooks: - id: commitlint stages: [commit-msg]