Skip to content

Style Guidelines

Tyler Yep edited this page May 5, 2020 · 2 revisions

Style Guidelines

  • Tests use the arrange-act-assert paradigm with one line break in between each.
  • Tests do not need docstrings or return types, but every other .py file should annotate return types and parameter types, and use inline code types wherever needed.
  • Defer to isort + black for formatting.
Clone this wiki locally