Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 551 Bytes

STYLE.md

File metadata and controls

19 lines (14 loc) · 551 Bytes

Style Guide

EvacSim uses the PEP 8 style guide and uses PyLint to enforce it, with a few additions and exceptions:

  • No maximum line length
  • No requirement for module docstrings
  • No minimum number of public methods in a class
  • No maximum number of method arguments
  • Use single quotes instead of double quotes for strings
  • Use f-strings to format strings whenever possible

Be sure to use PyLint to check adherence to this style guide:

pylint evacsim/