Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 734 Bytes

Contributing

Running the makefile

make pytest

Runs the pytests for this package. Make sure to install the dev requirements in dev-requirements.txt

make check

Running make check will run mypy and flake8 to check the code is typed correctly and to make sure it follows the PEP8 guidelines.

make format

Running make format will run the black code formatter to automatically format the code.

make test

Running make test will open up objexplore and explore the rich package for testing.