From 9937e68c159237909df09140021067c0399252b9 Mon Sep 17 00:00:00 2001 From: Luca Orlandi Date: Wed, 8 Nov 2023 12:29:01 +0100 Subject: [PATCH] Update README.md fixed check-added-large-files `args` syntax example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae7ec5..e60fe5c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add this to your `.pre-commit-config.yaml` #### `check-added-large-files` Prevent giant files from being committed. - - Specify what is "too large" with `args: ['--maxkb=123']` (default=500kB). + - Specify what is "too large" with `args: ['--maxkb 1024k']` (default=500kB). - Limits checked files to those indicated as staged for addition by git. - If `git-lfs` is installed, lfs files will be skipped (requires `git-lfs>=2.2.1`)