nasa / python_cmr

Python library for querying the common metadata repository.
MIT License
24 stars 22 forks source link

Release/0.13.0 #86

Closed frankinspace closed 2 months ago

frankinspace commented 2 months ago

Closes #84

Release candidate is available for verification

https://pypi.org/project/python-cmr/0.13.0rc1/ https://github.com/nasa/python_cmr/releases/tag/v0.13.0-rc1

frankinspace commented 2 months ago

Yeah I auto-formatted using PyCharm to help clear some linting errors. Seems like it over-indented in some places

chuckwondo commented 2 months ago

No worries. I thought they came from one of the PRs in the bunch. Do we want to create an issue for updating our process to use ruff? (We might need to do some reformatting to deal with long lines and perhaps a few other things that we currently let flake8 flag without failing the build.)

frankinspace commented 2 months ago

I haven't used ruff yet but yeah I'm not tied to flake8 as a linter... as long as we're running a linter I'm happy