From 9cf19a7dd0b10a383bf3b11c7cb58a1e43f399bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:15:50 +1100 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#2722) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 64c1125e..25060e33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: require_serial: true fail_fast: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # general hooks: - id: check-added-large-files # Prevent giant files from being committed