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

Add some whitespace-related `pre-commit` hooks #274

Closed alexdewar closed 5 months ago

alexdewar commented 5 months ago

This PR adds some pre-commit hooks for dealing with unnecessary whitespace and adding a newline at the end of files. Not the most important change, but I think it's a useful cleanup and the start of a project is the time to do it.

I appreciate that whitespace changes aren't everyone's cup of tea, so feel free to say no to this!

Fixes #270.