Skip to content

Commit a445036

Browse files
committed
formatting
1 parent 9d8b6d2 commit a445036

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,22 @@ repos:
1515
- id: ruff-format
1616
types_or: [python, pyi, jupyter]
1717

18-
repos:
19-
- repo: https://github.com/pre-commit/pre-commit-hooks
18+
- repo: https://github.com/pre-commit/pre-commit-hooks
2019
rev: v5.0.0
2120
hooks:
22-
- id: trailing-whitespace
21+
- id: trailing-whitespace
2322
exclude: '.*\.fits$'
24-
- id: end-of-file-fixer
23+
- id: end-of-file-fixer
2524
exclude_types: [csv]
2625
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
3130
args: ["--maxkb=1000"]
3231

33-
- repo: https://github.com/kynan/nbstripout
32+
- repo: https://github.com/kynan/nbstripout
3433
rev: 0.8.1
3534
hooks:
36-
- id: nbstripout
35+
- id: nbstripout
3736
args: ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]

0 commit comments

Comments
 (0)