Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 351 Bytes

Contributing

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

Test Coverage

Pull requests that make changes or additions that are not covered by tests will likely be closed without review.