gtg-contributors team mailing list archive
-
gtg-contributors team
-
Mailing list archive
-
Message #01232
PEP8, PyFlakes, and PyLint
Hi all,
thanks to Nimit, all our code is according PEP8 coding standard. Yay!
Afterwards I made fixed PyFlakes warnings.
Every new patch must pass `make check` which runs tests, pep8 and pyflakes.
I also dropped support for pylint including pylint ignore comments. It
would be nice to have perfect codebase according to pylint but it would
be too much work and most of lines would contain pylint ignore comments
(e.g. GTK passes widget arguments to callbacks)
Izidor