summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorLukas Balaga <lukas.balaga@gmail.com>2016-02-27 16:31:18 -0800
committerLukas Balaga <lukas.balaga@gmail.com>2016-02-27 16:58:14 -0800
commit92bb5177b19cc9e99c643c6dc7f9e35331cde2db (patch)
tree57e73343a2f04602e68ac020dc0e4127ae565f88 /.pre-commit-config.yaml
parentda4f5e818417e94858c643be531f7a388bacf200 (diff)
downloadbabel-92bb5177b19cc9e99c643c6dc7f9e35331cde2db.tar.gz
Apply pre-commit fixes.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2598b51..f226347 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,8 +4,9 @@
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
- exclude: (tests/messages/data/)
+ exclude: (docs/conf.py|tests/messages/data/)
- id: check-docstring-first
+ exclude: (docs/conf.py)
- id: check-json
- id: check-added-large-files
- id: check-yaml