We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fe119 commit 5fce014Copy full SHA for 5fce014
.pre-commit-config.yaml
@@ -37,10 +37,11 @@ repos:
37
additional_dependencies:
38
- types-PyYAML
39
- types-python-dateutil
40
- - repo: https://github.com/PyCQA/docformatter
41
- rev: v1.7.5
42
- hooks:
43
- - id: docformatter
+# Disabling this too because it also fails on Github. Sigh.
+# - repo: https://github.com/PyCQA/docformatter
+# rev: v1.7.5
+# hooks:
44
+# - id: docformatter
45
# Disable interrogate until the version gets upgraded so it doesn't fail on GH...
46
# - repo: https://github.com/econchick/interrogate
47
# rev: 1.5.0
0 commit comments