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
Add pre commit hooks for flake8, black, pep8 autofix
remove the linting steps controlled by Git actions bot
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