Code Style - lab132/PyBake GitHub Wiki

PEP 8

PyBake follows in general the PEP8 code style conventions with a few changes listed below. There is a pylintrc file for pylinters.

  • Max Line Length is 120 Characters
  • Indentation is 2 Spaces per block
  • Any names are camelCase

Excluded Warnings: