peterjc / thapbi-pict

Tree Health and Plant Biosecurity Initiative - Phytophthora ITS1 Classifier Tool
https://thapbi-pict.readthedocs.io/
MIT License
8 stars 2 forks source link

Use ruff for import sorting #607

Closed peterjc closed 7 months ago

peterjc commented 7 months ago

This resolves the conflict between ruff v0.3.0 (and 2024 releases of black) which wants a blank line between the docstring and imports, and reorder-python-imports which removes the blank line.

Could resolve this by using isort, but the ruff import sorting functionality is enough.

Closes #606.