* Demo the mypy types issue * Redo as a package * Update setup.py --------- Co-authored-by: Matt Seymour <mattaseymour@gmail.com>
Adds a precommit config file (and .flake8 config) to enable CI in jazzband organization. Adds basic following checks: * Black * isort * flake8 * end-of-file-fixer * trailing-whitespace
* Adds a basic black and flake8 compatible config * Reformat the code with black using skip string normalization