Run make from the project root to both install this project's dependencies & install the pre-commit hooks.
make lintwill run the pre-commit linting against all files in the repositorymake lockwil relock project dependencies, install them to your environment, and update therequirements.txtfile with production dependenciesmake test/make retestwill run the test suite.retestwill only run the tests that failed on the last test run.