We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12c92d commit 45c601fCopy full SHA for 45c601f
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
rev: v4.6.0
8
hooks:
9
- id: check-added-large-files
10
- args: ["--max-size=1000000"]
+ args: ["--maxkb=2000"]
11
- id: check-yaml
12
- id: check-toml
13
- id: end-of-file-fixer
0 commit comments