TimeViewers / signalworks

MIT License
3 stars 2 forks source link

[WIP] Add code quality checks, fix installation, update dependencies #2

Closed j9ac9k closed 5 years ago

j9ac9k commented 5 years ago

Don't merge yet

This PR updates the dependencies of signalworks, incorporates mypy, flake8 and mandates import ordering is handled by isort and that code is formatted via black.

Fixes to setup.py are made, making the package installable again.