neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Replace isort with ruff #40

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

This replaces isort with ruff, by adding the "I" rule explicitly. I also turned out autofix, so running pre-commit will make fixes for you in some cases where ruff complains (including sorting imports).