From 168deebdfc86d07aaf79707a877e5f926edd1c78 Mon Sep 17 00:00:00 2001 From: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:11:51 +0000 Subject: [PATCH] fix: Better handling of large files --- .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 5b01b5a4..a43ed574 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v5.0.0 hooks: - id: check-added-large-files - args: ["--maxkb=1000"] # uv.lock is more than 500kB + exclude: ^uv.lock - id: check-yaml - id: check-merge-conflict - id: end-of-file-fixer