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 09ce9e7 commit 99664c8Copy full SHA for 99664c8
.pre-commit-config.yaml
@@ -6,6 +6,8 @@ repos:
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
+ exclude_types: [csv]
10
+ exclude: '.*\.fits$'
11
- id: check-yaml
12
- id: check-added-large-files
13
- repo: https://github.com/kynan/nbstripout
0 commit comments