xgcm / aerobulk-python

A python wrapper for aerobulk (https://github.com/brodeau/aerobulk)
GNU General Public License v3.0
14 stars 4 forks source link

Missing docstring for 'input_range_check' #80

Open jbusecke opened 3 months ago

jbusecke commented 3 months ago

The wrapper docstrings are missing an entry for the input_range_check input argument. This should be an easy fix, but I was wondering if there is some automated pre-commit hook we can use to avoid this sort of thing in the future?

Maybe @TomNicholas has an idea?

I think in the same vein we should add typehints and mypy hooks to the CI at some point.