File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,20 @@ repos:
4242 args : [--py38-plus]
4343
4444 # python docstring formatting
45- - repo : https://github.com/myint /docformatter
46- rev : v1.7.5
45+ # address runtime issue : https://github.com/PyCQA /docformatter/pull/287
46+ - repo : local
4747 hooks :
4848 - id : docformatter
49+ name : docformatter
50+ description : Formats docstrings to follow PEP 257.
51+ entry : python -Im docformatter
52+ additional_dependencies :
53+ - docformatter == 1.7.5
4954 args :
50- [
51- --in-place,
52- --wrap-summaries=99,
53- --wrap-descriptions=99,
54- --style=sphinx,
55- --black,
56- ]
55+ - --in-place
56+ language : python
57+ types :
58+ - python
5759
5860 # python docstring coverage checking
5961 - repo : https://github.com/econchick/interrogate
You can’t perform that action at this time.
0 commit comments