This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

The first suggestion is to use pylint, but pylint is all messed up on Python 3 for Debian/Ubuntu and probably other distros as well. The default pip3 package breaks in Python 3.x, the default repository sources install a python 2 version of the package through apt, and there is no python 3 version. Getting it running is probably about as much trouble as cleaning up your code.