From 709f0b892f7aa38fcec080034bd519279ec9f1c6 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sat, 2 Dec 2023 04:31:09 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4 (.pre-commit-config.yaml) --- .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 4ae5113..6411565 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: v3.1.0 + rev: 4.5.0 hooks: - id: check-added-large-files args: ['--maxkb=500']