From 7ae790f5e415e18ed8a676841db587f21ed6d26f Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 11 Aug 2022 16:26:07 +0100 Subject: [PATCH] Update pre-commit hooks Signed-off-by: Pedro Algarvio --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e3a4e6..89069ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ minimum_pre_commit_version: 1.15.2 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v4.3.0 hooks: - id: check-merge-conflict # Check for files that contain merge conflict strings. - id: trailing-whitespace # Trims trailing whitespace. @@ -17,7 +17,7 @@ repos: - id: mdformat - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black