From c8fba61a05b5309f432fcd3b2582419c8ea3004b Mon Sep 17 00:00:00 2001 From: Daniel Gallagher Date: Fri, 8 Jun 2018 22:19:26 -0700 Subject: [PATCH] Exclude README.md from trailing-whitespace hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 195d9a0d..0cbcc645 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: - id: end-of-file-fixer exclude: ^docs/.*$ - id: trailing-whitespace + exclude: README.md - id: pretty-format-json args: - --autofix