Skip to content

Commit 761b9ed

Browse files
authored
fix: change git hook to check for large files on commit, instead of push (#664)
1 parent 1d04fea commit 761b9ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ repos:
108108
- id: check-case-conflict
109109
- id: check-merge-conflict
110110
- id: check-added-large-files
111+
stages: [commit]
112+
args: [--maxkb=500]
111113
- id: debug-statements
112114
- id: end-of-file-fixer
113115
stages: [commit]

0 commit comments

Comments
 (0)