sscpac / statick

Making code quality easier.
https://sscpac.github.io/statick/
Creative Commons Zero v1.0 Universal
74 stars 14 forks source link

Add mypy to install requires #464

Closed tdenewiler closed 1 year ago

tdenewiler commented 1 year ago

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.

tdenewiler commented 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.