A template I use frequently for creating tornado application for serving models
- Install Pre Commit Hooks
conda install -c conda-forge pre_commit
- Initialize the git hook
pre-commit install
- Update the hooks with the latest hook dependencies
pre-commit autoupdate