gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
44 stars 9 forks source link

Add Black, isort and flake8 + Github Action #87

Closed rnegron closed 1 year ago

rnegron commented 1 year ago

Use GitHub Actions to run a simple workflow using pre-commit, which also enforces linting during development.

The workflow runs black, isort and flake8, as well as some simple pre-commit hooks.

Unlocks automated testing and potentially CI/CD.