diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17d3fee..b3cf340 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,12 +10,12 @@ repos: - id: check-added-large-files - repo: https://github.com/compilerla/conventional-pre-commit - rev: v1 + rev: v2.1.1 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v3.0.0-alpha.2 hooks: - id: prettier