From 9adb915447d7467fb79cef9273268a5cd7bd3a05 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 5 Oct 2022 17:47:40 +0530 Subject: [PATCH] pre-commit conf --- .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 5721482..8eac0a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # - id: nbstripout # Format Code - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.8.0 hooks: - id: black @@ -20,7 +20,7 @@ repos: # Formatting, Whitespace, etc - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v2.2.3 + rev: v2.20.0 hooks: - id: trailing-whitespace - id: check-added-large-files