xpublish-community / xpublish

Publish Xarray Datasets via a REST API.
https://xpublish.readthedocs.io
Apache License 2.0
167 stars 23 forks source link

Use Ruff and pyproject.toml #191

Closed abkfenris closed 1 year ago

abkfenris commented 1 year ago

Replace isort and Flake8 with ruff, and move black and pytest config to pyproject.toml.

Ruff transformed dict() to {} and caught an unnecessary list().