Skip to content

Development Guide

Wei Wang edited this page May 8, 2020 · 2 revisions

Code Style

We use Google style for the python code of this project. The linting CI is enabled, which runs the linting tools against every pull request. If your PR results in any error, please fix it. You can use the auto-format tool available in your editor, e.g., yapf

Clone this wiki locally