We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa46d7 commit 052fb25Copy full SHA for 052fb25
.pre-commit-config.yaml
@@ -25,10 +25,10 @@ repos:
25
exclude_types: [csv]
26
exclude: '.*\.fits$'
27
- id: check-yaml
28
- # prevent addition of (presumably data) files >= 1 MB
+ # prevent addition of (presumably data) files >= 10 MB
29
# (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
30
- id: check-added-large-files
31
- args: ["--maxkb=1000"]
+ args: ["--maxkb=10000"]
32
33
- repo: https://github.com/kynan/nbstripout
34
rev: 0.8.1
0 commit comments