Closed SanketDG closed 9 years ago
Should we all follow pep8 guidelines for the sake of uniform coding conventions? Maybe add pep8 to requirements_dev.in?
Yes I think it's a really good idea, with so many contributors the code can lose readability fast. We should think about writing something about it in the wiki.
the pep8 tool https://github.com/PyCQA/pep8 was used to conform with pep8, the official code style guide for python.
https://www.python.org/dev/peps/pep-0008/
Note: People who contribute code should be also use the
pep8
tool to check for pep8 issues.This is the current output of
pep8
:We can ignore the above errors for the sake of readability.