xgcm / aerobulk-python

A python wrapper for aerobulk (https://github.com/brodeau/aerobulk)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing docstring for 'input_range_check'

jbusecke opened this issue · comments

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.