Exclude README.md from trailing-whitespace hook

This commit is contained in:
Daniel Gallagher 2018-06-08 22:19:26 -07:00
parent b5542d4426
commit c8fba61a05

View File

@ -13,6 +13,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: ^docs/.*$ exclude: ^docs/.*$
- id: trailing-whitespace - id: trailing-whitespace
exclude: README.md
- id: pretty-format-json - id: pretty-format-json
args: args:
- --autofix - --autofix