Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 378 Bytes

PythonLintTesting.md

File metadata and controls

7 lines (6 loc) · 378 Bytes

Python lint testing

  • Code should pass a lint test without errors or warnings; exceptions should be intentional and rare.
  • Code author has primary responsibility for lint checking.
  • Code reviewers should verify a successful lint check before approving a pull request.
  • Lint checkers are already provided in some IDEs; [other options] (Tools.md) are available.