Running the makefile
Runs the pytests for this package. Make sure to install the dev requirements in dev-requirements.txt
Running make check
will run mypy and flake8 to check the code is typed correctly and to make sure it follows the PEP8 guidelines.
Running make format
will run the black code formatter to automatically format the code.
Running make test
will open up objexplore and explore the rich
package for testing.