NASA-IMPACT / admg-backend

Apache License 2.0
2 stars 0 forks source link

Add pre commit #540

Closed naomatheus closed 1 year ago

naomatheus commented 1 year ago

Add pre-commit hook for Flake8, Black, and PEP8 Autofix. There were some blockers coming up because we currently have a Git Actions Bot performing file reformatting/linting on commits. The bot's reformatting of code makes a linting and test coverage check necessary again. However, the bot cannot trigger an Actions workflow, so the deployment is stuck as a consequence.

This commit will