Skip to content

Commit fd2d78b

Browse files
committed
.pre-commit-config.yaml: Clarify names of check-added-large-files.
1 parent f698d32 commit fd2d78b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ repos:
2525
- id: check-merge-conflict
2626
args: [ --assume-in-merge ]
2727
- id: check-added-large-files
28-
args: ['--maxkb=500']
28+
name: check-added-large-files (>200kb)
29+
args: ['--maxkb=200']
2930
exclude: 'python/tests/test_data/expected_output/.*'
3031
- id: check-added-large-files
32+
name: check-added-large-files in tests (>999kb)
3133
args: ['--maxkb=999']
3234
files: 'python/tests/test_data/expected_output/.*'
3335
- id: file-contents-sorter

0 commit comments

Comments
 (0)