EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 9 forks source link

Use ruff pre-commit hook #267

Closed tsmbland closed 5 months ago

tsmbland commented 5 months ago

We can use ruff/ruff-format to replace the functionality of isort, black and flake8. Also update the vscode settings

alexdewar commented 5 months ago

I'm up for doing this sooner rather than later. It also means we can add some extra linting (e.g. pyupgrade checks) quite easily.