Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 160 Bytes

STYLE.md

File metadata and controls

4 lines (4 loc) · 160 Bytes

Python:

  • Use the Black formatter.
  • Use type hints for stable code.
  • Order imports as: built-in modules > third-party dependencies > internal project imports