Skip to content

Commit

Permalink
exclude fits in pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Oct 13, 2021
1 parent 388517e commit 2346edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ repos:
- id: fix-byte-order-marker
# General checks
- id: mixed-line-ending
exclude: ".fits"
- id: trailing-whitespace
exclude: ".fits"
# - id: check-executables-have-shebangs
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit 2346edc

Please sign in to comment.