pyoceans / pocean-core

🐍 + 🌊 A python framework for working with met-ocean data
https://pyoceans.github.io/pocean-core/
MIT License
22 stars 16 forks source link

Prepare for release #73

Closed ocefpaf closed 1 year ago

ocefpaf commented 1 year ago

The last commit actually runs isort b/c for some reason pre-commit+linter did not catch those here. However, that one is quite noisy and I'm OK reverting that if you think it is best.

I'd like to add two more linter/pre-commit in the ruff config pyupgrade, targeting py 3.7, and black, that cover the commented out lints in the pyproject.toml here. If you agree I can add those in the PR and be rip the band-aid on the noisy PRs.

Merge after #69