Skip to content

Files

3 lines (3 loc) · 189 Bytes

CONTRIBUTING.md

File metadata and controls

3 lines (3 loc) · 189 Bytes

Style guide

  • Use a map in place of a list comprehension if it does not require a lambda function.
  • Lint with black defaults and isort --profile google.