NREL / routee-compass

The RouteE-Compass energy-aware routing engine
https://nrel.github.io/routee-compass/
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Look into adding ruff #215

Closed nreinicke closed 1 month ago

nreinicke commented 1 month ago

We currently format the code with black but do not enforce any linting. We could consider using ruff for both formatting and linting, adding it as a dev dependency and then enforcing it's checks and formatting with their github action.

BradonZhang commented 1 month ago

I can take a look at this!