I have added black and isort linting dependencies to help make it easier to clean up when developing locally. These can either be run using black . & isort . or if you have make available just run make lint in the terminal. Perhaps eventually pre-commit hooks could be added.\
I also added a github action to run the tests to ensure things dont break. Eventually when more tests are added it will be helpful! :)
Whats Changed
black .
&isort .
or if you have make available just runmake lint
in the terminal. Perhaps eventually pre-commit hooks could be added.\