Skip to content

Commit 99664c8

Browse files
committed
dont run on fits or csv files
1 parent 09ce9e7 commit 99664c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ repos:
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
9+
exclude_types: [csv]
10+
exclude: '.*\.fits$'
911
- id: check-yaml
1012
- id: check-added-large-files
1113
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)