Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repos:
hooks:
- id: check-ast
- id: check-added-large-files
# Reduced max file size from 5000KB to 2000KB to prevent large files from being added.
args: ["--maxkb=2000"]
# Increased max file size from 2000KB to 75000KB to accommodate large files from being added (matching nginx config).
args: ["--maxkb=75000"]
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
Expand Down
Loading