diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 400f15f2..3d676176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_install_hook_types: - commit-msg repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.14.1 hooks: - id: commitizen stages: [commit-msg] @@ -32,7 +32,7 @@ repos: stages: [commit] - repo: https://github.com/pre-commit/mirrors-prettier # Use the sha or branch you want to point at - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier stages: [commit]