Skip to content

Commit 45c601f

Browse files
committed
fix: correct arg error in precommit hook and adjust max size of files to 2000 kb
1 parent e12c92d commit 45c601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
rev: v4.6.0
88
hooks:
99
- id: check-added-large-files
10-
args: ["--max-size=1000000"]
10+
args: ["--maxkb=2000"]
1111
- id: check-yaml
1212
- id: check-toml
1313
- id: end-of-file-fixer

0 commit comments

Comments
 (0)