The issue was a couple of QA issues only reported by the newer versions of the pre-commit hooks. These are now fixed and the pre-commit config is updated to the newest versions. I will manually re-run the CI job to check it completes - it shouldn't actually change anything (unless the hooks updated in the last couple of minutes).
Huh - of course it doesn't complete because it is still checking against develop and not the contents of this branch. I think it will fix it though - it passes local pre-commit run --all.
This PR closes #83.
The issue was a couple of QA issues only reported by the newer versions of the
pre-commit
hooks. These are now fixed and thepre-commit
config is updated to the newest versions. I will manually re-run the CI job to check it completes - it shouldn't actually change anything (unless the hooks updated in the last couple of minutes).