sdss / lvmdrp

Local Volume Mapper (LVM) Data Reduction Pipeline
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Linting and Formatting #44

Closed havok2063 closed 8 months ago

havok2063 commented 9 months ago

This PR runs the ruff linting and formatting (which uses black) across the DRP. Where it couldn't apply automatic fixes, I tried to resolve all the linting errors as best I could. The linting errors fell into the following categories:

I have turned on the ruff linting in the Github Action workflow, so it will run on every commit now. If it finds errors it will fail and they'll need to be resolved so the checks pass, before we can merge any PR.

@ajmejia you may want to do some spot checks to make sure I didn't mess anything up