ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
23 stars 9 forks source link

Fixing pre-commit issues and updating pre-commit config #93

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

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 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).

davidorme commented 1 year ago

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.