diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9a1b4c1..beeed84d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,17 +11,17 @@ default_install_hook_types: # by default, confine hooks to these git stages (except for hooks that specify their own stages) # https://pre-commit.com/#top_level-default_stages default_stages: - - commit + - pre-commit repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.4.0 + rev: v3.6.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: mixed-line-ending