We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f698d32 commit fd2d78bCopy full SHA for fd2d78b
1 file changed
.pre-commit-config.yaml
@@ -25,9 +25,11 @@ repos:
25
- id: check-merge-conflict
26
args: [ --assume-in-merge ]
27
- id: check-added-large-files
28
- args: ['--maxkb=500']
+ name: check-added-large-files (>200kb)
29
+ args: ['--maxkb=200']
30
exclude: 'python/tests/test_data/expected_output/.*'
31
32
+ name: check-added-large-files in tests (>999kb)
33
args: ['--maxkb=999']
34
files: 'python/tests/test_data/expected_output/.*'
35
- id: file-contents-sorter
0 commit comments