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

Add Ruff as a linter and formatter, replacing Black #226

Closed BradonZhang closed 1 month ago

BradonZhang commented 1 month ago

This change adds Ruff linting and formatting to the GitHub Actions python-build-test.yaml workflow, replacing Black as a formatter. This change also applies the necessary linting and formatting to all existing Python files.

Closes #215.