From 5ab005ea86b2b770e031a36720beb5a23cff324e Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 6 Sep 2018 22:03:20 -0700 Subject: [PATCH] Don't change EOF line endings for files used on Windows. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9d7a9d..8f99758 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,7 @@ repos: language_version: python2 - id: end-of-file-fixer language_version: python2 + exclude_types: [batch, lua] - id: fix-encoding-pragma language_version: python2 - id: flake8