This is general python template equipped with git hooks
- Black
- flake8
- isort
Before any commit, follow below instructions.
- Install pre-commit package using command
pip install pre-commit
. - Install specified git-hooks in .pre-commit-config.yaml using
pre-commit install
. - Do anything.