Closed patlachance closed 11 months ago
Looks good! I'll merge once you've got tests passing
Please make sure to test with tox
on your own machine :)
Also, it might be easier if you run poetry run pre-commit install
to automatically run black
etc. when you commit
Please make sure to test with
tox
on your own machine :)
It's done but I'm running python 3.12 and the tox test was failing only on python 3.8. As there is no entry for tox in the makefile, I didn't think to run it. Now all tox tests pass for all of your configured python versions
Also, it might be easier if you run
poetry run pre-commit install
to automatically runblack
etc. when you commit
Thanks for the hint!
@isaacharrisholt anything else missing before merging?
Hey @patlachance my apologies for the delay. Assuming all the tests pass, I'll get it merged and released!
Done!
Fixes #62/#63