Skip to content

Commit 9f1d0cf

Browse files
authored
[chore] Update .pre-commit-config.yaml for check-added-large-files to 5000kbb (#1679)
Increased the pre-commit test check limit to accommodate files around 2100KB-5000KB. This adjustment helps us adopt new file additions for our rendered Helm template and functional test golden file content in the repo, ensuring it doesn't interfere with normal developer workflows. Without this change, I occasionally need to bypass Git commit hooks during my work.
1 parent ea56c76 commit 9f1d0cf

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
@@ -21,4 +21,4 @@ repos:
2121
exclude: "^helm-charts|operator-webhook.yaml"
2222
args: [ --allow-multiple-documents ]
2323
- id: check-added-large-files
24-
args: [ --maxkb=1500 ]
24+
args: [ --maxkb=5000 ]

0 commit comments

Comments
 (0)