Skip to content

Commit 5fce014

Browse files
committed
disables docformatter too for now...
1 parent 17fe119 commit 5fce014

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ repos:
3737
additional_dependencies:
3838
- types-PyYAML
3939
- types-python-dateutil
40-
- repo: https://github.com/PyCQA/docformatter
41-
rev: v1.7.5
42-
hooks:
43-
- id: docformatter
40+
# Disabling this too because it also fails on Github. Sigh.
41+
# - repo: https://github.com/PyCQA/docformatter
42+
# rev: v1.7.5
43+
# hooks:
44+
# - id: docformatter
4445
# Disable interrogate until the version gets upgraded so it doesn't fail on GH...
4546
# - repo: https://github.com/econchick/interrogate
4647
# rev: 1.5.0

0 commit comments

Comments
 (0)