From aeac79e445b373b0292f53dfe880a7bdd14f83d3 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Tue, 24 Oct 2023 18:17:58 +0530 Subject: [PATCH] Updated pre-commit hooks version and checked all the files accordingly. --- .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 db1e2db0..5bb6c59e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: check-added-large-files - id: check-toml - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black args: ["--line-length", "120"] # Adjust the max line length value as needed.