From a250a05300020c26cd7258cd8b589faff4f60645 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 1 Sep 2021 11:04:48 -0700 Subject: [PATCH] Chore: Upgrade pre-commit hooks * github.com/pre-commit/pre-commit-hooks: v3.4.0 -> v4.0.1 * github.com/pre-commit/mirrors-prettier: v2.2.1 -> v2.3.2 * github.com/adrienverge/yamllint: v1.26.1 -> v1.26.3 Change-Id: I0ec2f3e17da3c5215a824ebe501468796f0d6316 Signed-off-by: Andrew Grimberg --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ab5eb4e..188d28fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: trailing-whitespace - id: no-commit-to-branch @@ -10,7 +10,7 @@ repos: - --branch=main - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v2.3.2 hooks: - id: prettier stages: [commit] @@ -21,7 +21,7 @@ repos: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.26.3 hooks: - id: yamllint -- 2.16.6