Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 519 Bytes

File metadata and controls

31 lines (20 loc) · 519 Bytes

Contributing

Thank you for contributing! This section describes the typical steps in setting up a development environment.

Setup a virtual environment

$ script/setup

Running the tests

From within your virtual environment:

$ script/test

Running pre-commit

Before sending a PR ensure the formatting is correct:

$ script/lint

Contributing

Committing the change will run all necessary formatting, type checking, and linting. Prefer small PRs to make reviews easy to manage.