trynthink / scout

A tool for estimating the future energy use, carbon emissions, and capital and operating cost impacts of energy efficiency and demand flexibility technologies in the U.S. residential and commercial building sectors.
https://scout.energy.gov
Other
58 stars 22 forks source link

Pre-Commit Hooks (python linter, valid file syntax, etc) #387

Open aspeake opened 1 month ago

aspeake commented 1 month ago

Introduce pre-commit hooks to automatically check for and fix potential issues surrounding syntax, style, and file structure. Suggested approach includes using ruff as the formatter.