bmcfee / resampy

Efficient sample rate conversion in python
https://resampy.readthedocs.io
ISC License
253 stars 36 forks source link

Add linting CI #84

Closed bmcfee closed 2 years ago

bmcfee commented 2 years ago

https://github.com/librosa/librosa/blob/main/.github/workflows/lint_python.yml provides a good starting point here. Linter should additionally check for typos (codespell) and docstring formatting.