sscpac/statick

Add mypy to install requires

Closed this issue · 1 comments

A default install of statick in a fresh venv results in this error during execution.

INFO:root:Running mypy tool plugin...
WARNING:root:mypy binary failed: mypy
WARNING:root:Error = No such file or directory
INFO:root:mypy tool plugin done.

We should be able to fix that by updating setup.py and adding mypy to install_requires.

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.