From 5c0c58364e5249f047b454734caff4d8433d42d5 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Tue, 10 May 2022 20:42:21 +0400 Subject: Update Pre-Commit Hooks Updates the version of the libraries and hooks used in the pre-commit configuration using autoupdate. Signed-off-by: Hassan Abouelela --- .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 9b31ac13..b959f1f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.2.0 hooks: - id: check-merge-conflict - id: check-toml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.5.1 + rev: v1.9.0 hooks: - id: python-check-blanket-noqa - repo: local -- cgit v1.2.3