summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-07-11 09:27:30 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-07-11 09:27:30 -0400
commit2a63c4ffdf1ceb0ee323a388c9ec1c9754abef8d (patch)
tree596a217a84eb003564026243d01bf1119de495f9
parent598534129177d19ab441736953508483a3dcbd02 (diff)
downloadcherrypy-git-2a63c4ffdf1ceb0ee323a388c9ec1c9754abef8d.tar.gz
Remove remove-tabs fixer. Tabs are great and preferred for config files. Exclude docs/conf.py to avoid unnecessary mutation of that file.
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ecf4071d..2549a2fd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,6 +12,7 @@ repos:
- id: flake8
- id: check-merge-conflict
- id: double-quote-string-fixer
+ exclude: docs/conf.py
- id: end-of-file-fixer
- id: name-tests-test
include: cherrypy/test/
@@ -55,11 +56,6 @@ repos:
test|tutorial
)
-- repo: https://github.com/Lucas-C/pre-commit-hooks.git
- rev: v1.1.12
- hooks:
- - id: remove-tabs
-
- repo: https://github.com/Lucas-C/pre-commit-hooks-lxml.git
rev: v1.1.0
hooks: