From 99653f00a26bf845fc60c44a92359fcf30045c32 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 4 Dec 2023 04:28:55 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v3.4.0 (.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 0f891b6..858790a 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: v3.4.0 hooks: - id: check-added-large-files args: ['--maxkb=500']