Skip to content

Commit 052fb25

Browse files
committed
inc max file size
1 parent ffa46d7 commit 052fb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ repos:
2525
exclude_types: [csv]
2626
exclude: '.*\.fits$'
2727
- id: check-yaml
28-
# prevent addition of (presumably data) files >= 1 MB
28+
# prevent addition of (presumably data) files >= 10 MB
2929
# (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
3030
- id: check-added-large-files
31-
args: ["--maxkb=1000"]
31+
args: ["--maxkb=10000"]
3232

3333
- repo: https://github.com/kynan/nbstripout
3434
rev: 0.8.1

0 commit comments

Comments
 (0)