From c8bccf48dbfebcc79296509a6db28881e88cb26c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 8 Sep 2016 14:23:51 +0300 Subject: Don't trim spaces from test artifact --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0bb658a..f5bfd114 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ sha: master hooks: - id: trailing-whitespace + exclude: cherrypy/test/static/index.html - id: flake8 - id: check-merge-conflict - id: double-quote-string-fixer -- cgit v1.2.1