Skip to content

Commit dd773ac

Browse files
authored
Merge pull request #1 from astropy-learn/add_tutorial
Add tutorial
2 parents 7d5e3f6 + 4d5cdce commit dd773ac

13 files changed

+3480
-5
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)