Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 244 Bytes

styleguide.md

File metadata and controls

11 lines (7 loc) · 244 Bytes

Project style guide

General Python style

  • Use 4 spaces for indentation
  • Use Google-style docstrings
  • Follow PEP-8 for naming of functions, classes, variables, etc
  • Use pylint for error detection
  • Use yapf for code formatting