Set up env:
python3 -m venv .venv
source .venv/bin/activateInstall pre-commmit:
brew install pre-commitSetup and install dependencies:
python setup.py setup
python setup.py installRun pytest before committing to make sure you didn't break anything.