From b269f891e8e47ba4b0c1918fa6a9e5900ceec2fa Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 3 Apr 2026 21:41:11 +0200 Subject: [PATCH] Pin pre-commit hook by hash --- .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 21c8bea6cd..a0f13eda4b 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: v6.0.0 + rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=750']