Commit graph

3 commits

Author SHA1 Message Date
Tom Parker-Shemilt
a7f94c8354
Redo as a package to fix mypy issues (#215)
* Demo the mypy types issue

* Redo as a package

* Update setup.py

---------

Co-authored-by: Matt Seymour <mattaseymour@gmail.com>
2023-04-13 10:59:57 +01:00
Matt Seymour
80770bb243 Add pre-commit-config file
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
2022-05-04 09:51:32 +01:00
Matt Seymour
973b0bcf35 Add flake8 and black config, re-format
* Adds a basic black and flake8 compatible config
* Reformat the code with black using skip string normalization
2022-01-11 12:56:31 +00:00