To get setup in the environment and run the tests, take the following steps:
python3 -m venv env
source env/bin/activate
python3 -m pip install -e '.[dev]'
python3 -m pip install pre-commit
Pull requests that make changes or additions that are not covered by tests will likely be closed without review.