File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,22 @@ repos:
15
15
- id : ruff-format
16
16
types_or : [python, pyi, jupyter]
17
17
18
- repos :
19
- - repo : https://github.com/pre-commit/pre-commit-hooks
18
+ - repo : https://github.com/pre-commit/pre-commit-hooks
20
19
rev : v5.0.0
21
20
hooks :
22
- - id : trailing-whitespace
21
+ - id : trailing-whitespace
23
22
exclude : ' .*\.fits$'
24
- - id : end-of-file-fixer
23
+ - id : end-of-file-fixer
25
24
exclude_types : [csv]
26
25
exclude : ' .*\.fits$'
27
- - id : check-yaml
28
- # prevent addition of (presumably data) files >= 1 MB
29
- # (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
30
- - id : check-added-large-files
26
+ - id : check-yaml
27
+ # prevent addition of (presumably data) files >= 1 MB
28
+ # (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
29
+ - id : check-added-large-files
31
30
args : ["--maxkb=1000"]
32
31
33
- - repo : https://github.com/kynan/nbstripout
32
+ - repo : https://github.com/kynan/nbstripout
34
33
rev : 0.8.1
35
34
hooks :
36
- - id : nbstripout
35
+ - id : nbstripout
37
36
args : ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]
You can’t perform that action at this time.
0 commit comments