summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-29 16:41:39 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-29 16:41:39 -0400
commit7ce8dd3e09ad43ce52e6fa8ea33adebec2434a65 (patch)
tree5cc18561162a8126ea19c21538b345cb23ae043f /.pre-commit-config.yaml
parentae4a8e04e0aa4f1e6a0b75252681fd1c0035521d (diff)
downloadjsonschema-7ce8dd3e09ad43ce52e6fa8ea33adebec2434a65.tar.gz
Remove docformatter, it's too unwieldy.
Specifically for the moment, it's adding periods to the end of things that aren't sentences. I'm sure that's configurable but I don't immediately see where.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ab72a6c..bd3e906 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -17,11 +17,3 @@ repos:
rev: 5.4.2
hooks:
- id: isort
-- repo: https://github.com/myint/docformatter
- rev: v1.3.1
- hooks:
- - id: docformatter
- args:
- - --in-place
- - --pre-summary-newline
- - --make-summary-multi-line