From fe880f2f7941d92dbbd26adb0039f6da8be02150 Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Sat, 1 Apr 2023 15:33:18 +0300 Subject: [PATCH] update pre-commit-hooks version --- .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 eef8094..0551b28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ exclude: ".git" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer