summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-09-08 14:23:51 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-09-08 14:23:51 +0300
commitc8bccf48dbfebcc79296509a6db28881e88cb26c (patch)
tree78b8e2bd3d67f3be1b93954e9e724ee5382e4f61 /.pre-commit-config.yaml
parent341a79e4b4bd555bea1ea4ae4eec5cf105d7f487 (diff)
downloadcherrypy-git-c8bccf48dbfebcc79296509a6db28881e88cb26c.tar.gz
Don't trim spaces from test artifact
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
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