pip install -e .pip install -r dev-requirements.txt
pytestTo contribute, make sure to run the pre-commit hooks before committing.
# install pre-commit
pip install -r dev-requirements.txt
pre-commit install
pre-commit run --all-filesAfter that, it will run automatically