neuroinformatics-unit / python-cookiecutter

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

Update ruff config to remove duplicated tools #73

Open alessandrofelder opened 1 year ago

adamltyson commented 11 months ago

Also add import and toml sorting.

niksirbi commented 10 months ago

We can also try to comply to the recommended pre-commit configs from the scientific python development guide, we are already quite close anyway.