summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-24 23:39:27 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-24 23:39:27 +0200
commit470f46c95b65ecc45995aa758b802f81bcf71b8d (patch)
tree58b80381d6f7c3da4faa063ba37c1e823cd220c7 /.pre-commit-config.yaml
parente67718087a663ef251753836d236df99c16ce00a (diff)
downloadcherrypy-git-470f46c95b65ecc45995aa758b802f81bcf71b8d.tar.gz
Fix forbid-html-img-without-alt-text hook location
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ae457816..9a761d87 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -34,4 +34,8 @@
sha: master
hooks:
- id: remove-tabs
+
+- repo: git://github.com/Lucas-C/pre-commit-hooks-lxml
+ sha: master
+ hooks:
- id: forbid-html-img-without-alt-text