diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae9015c..6f5f9b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.1.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -10,7 +10,7 @@ repos: - id: no-commit-to-branch - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: master + rev: v2.21.0 hooks: - id: commitizen stages: [commit-msg]