From b3b9cab8e43e0b217f5d2e554f35c6772b6f6ca4 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Thu, 10 Nov 2022 12:47:41 +0330 Subject: [PATCH] add precommit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd16ba2dc38f..ca7e46543084 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer