Skip to content

Commit cac191f

Browse files
committed
Update .pre-commit-config.yaml
1 parent c5d7690 commit cac191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-ast
1717
- id: check-added-large-files
1818
# Increased max file size from 2000KB to 75000KB to accommodate large files from being added (matching nginx config).
19-
args: ["--maxkb=5000"]
19+
args: ["--maxkb=75000"]
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- id: check-toml

0 commit comments

Comments
 (0)