From 39bba8ecb267230b833b0c175dd25f7d38011eb0 Mon Sep 17 00:00:00 2001 From: Adam Zethraeus Date: Fri, 10 Jun 2022 00:17:29 -0700 Subject: [PATCH] =?UTF-8?q?t=20=E2=86=92=20T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre_commit_hooks/check_added_large_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit_hooks/check_added_large_files.py b/pre_commit_hooks/check_added_large_files.py index a6afd61..1b3c768 100644 --- a/pre_commit_hooks/check_added_large_files.py +++ b/pre_commit_hooks/check_added_large_files.py @@ -68,7 +68,7 @@ def main(argv: Sequence[str] | None = None) -> int: help='Enforce all files are checked, not just staged files.', ) parser.add_argument( - '--allow-in-lfs', type=bool, default=true, + '--allow-in-lfs', type=bool, default=True, help='Whether to allow large files if stored in git lfs', ) parser.add_argument(