Modify dev_setup.sh to also setup a pre-commit hook which runs a mypy linter.
This hook could later be modified to run pylint.
Additionally the pre-commit hook can later be written in python rather than shell scripts to help with cross platform support.
Modify dev_setup.sh to also setup a pre-commit hook which runs a mypy linter.
This hook could later be modified to run pylint. Additionally the pre-commit hook can later be written in python rather than shell scripts to help with cross platform support.