Thank you for contributing! This section describes the typical steps in setting up a development environment.
$ script/setup
From within your virtual environment:
$ script/test
Before sending a PR ensure the formatting is correct:
$ script/lint
Committing the change will run all necessary formatting, type checking, and linting. Prefer small PRs to make reviews easy to manage.