From f9835467a18210e41d528008541b11fbb835e8ae Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 May 2018 18:38:40 -0700 Subject: [PATCH] Whitespace hooks are still useful for non-python --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4068a590b..9308ca5b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.2.3 hooks: + - id: trailing-whitespace + - id: end-of-file-fixer - id: check-yaml - id: debug-statements - id: flake8