Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 406 Bytes

PythonCodingConventions.md

File metadata and controls

7 lines (6 loc) · 406 Bytes

Python coding conventions

  • Code should comply with Pep8; exceptions should be intentional and rare.
  • Code author has primary responsibility for Pep8 compliance.
  • Code reviewers should verify Pep8 compliance before approving a pull request.
  • Pep8 checkers are already provided in some IDEs; other options are available.