Aliro icon indicating copy to clipboard operation
Aliro copied to clipboard

conform to PEP 8

Open lacava opened this issue 5 years ago • 2 comments

We should make an effort to conform to PEP 8 style guidelines for Python:

https://www.python.org/dev/peps/pep-0008/

Including:

  • [x] 4 spaces per indentation level
  • [ ] limit all lines to a maximum of 79 characters
  • [ ] blank lines at top-level function and class defs

lacava avatar Oct 31 '19 14:10 lacava

Docstring should also follow PEP-0257

weixuanfu avatar Oct 31 '19 15:10 weixuanfu

Retabbed py files to use 4 spaces instead of tabs.

jay-m-dev avatar Jan 19 '23 17:01 jay-m-dev