codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Add Git Commit Hooks for Running black and isort #165

Open AdamFinkle opened 2 months ago

AdamFinkle commented 2 months ago

We ran into problems pushing our code to the repo, and we fixed those problems by running black and isort manually. I suggest we automate running black and isort on the code with one or more git commit hooks.