Closed paddyroddy closed 1 month ago
I would just filter .pyc
files out of the comparison (like the .git
folder is) to make it a bit easier
I would just filter
.pyc
files out of the comparison (like the.git
folder is) to make it a bit easier
Ah, thanks, that bit was annoying me. Guessing it is a difference between tox-gh
and tox-gh-actions
.
Thanks @dstansby!
This looks great. We should probably add it to our recommendations page? Because
toml
-er is better.
👍 have raised https://github.com/UCL-ARC/python-tooling/issues/461
Fixes #455. In order to do this, have also switched from
tox-gh-actions
totox-gh
. Has been tested in https://github.com/astro-informatics/sleplet/pull/420, https://github.com/astro-informatics/sleplet/pull/421.