Closed wahlp closed 3 months ago
@AnthonyMichaelTDM @simon-wg
might be a good opportunity to standardise our development tools.
the CI calls for flake8 and mypy but i'm not sure if you guys are using anything else on top of that.
feel free to add to requirements-dev.txt
requirements-dev.txt looks good, flake8, mypy, and pytest are the standard tools for this project (and all my other python work)
let's also go through some of the closed issues (that provided saves) and write tests to ensure that their issues were fixed, for cases where doing that makes sense
Looks good, I also use black for formatting, which I'd recommend as well.
resolves #78