Closed tdenewiler closed 1 year ago
We are also missing docformatter
.
INFO:root:Running docformatter tool plugin...
WARNING:root:docformatter binary failed: docformatter
WARNING:root:Error = No such file or directory
INFO:root:docformatter tool plugin done.
A default install of statick in a fresh venv results in this error during execution.
We should be able to fix that by updating
setup.py
and addingmypy
toinstall_requires
.