A standardized git template for creating new python projects
Enable Git Hooks (optional) To enable pre-commit code quality checks, update the location of git hooks with the following command:
git config core.hooksPath .github/hooks
Note: to make a commit with the precommit hooks temporarily disabled, run the following:
git commit --no-verify