JGCRI / stitches

Amalgamate existing climate data to create monthly climate variable fields.
https://jgcri.github.io/stitches/
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Pre-commit and boilerplate adjustments #81

Closed Zeitsperre closed 9 months ago

Zeitsperre commented 1 year ago

Changes

Comments

The pre-commit checks are currently failing due to flake8 and pydocstyle violations. I've added a handful of error overrides to the .pre-commit-config.yaml but I would encourage either adopting a setup.cfg or (ideally) pyproject.toml (see: https://peps.python.org/pep-0517/ and https://peps.python.org/pep-0621/) to manage code overrides. I can add something here if the authors would like.