pylint-3.4 (1) Linux Manual Page
pylint – python code static checker Synopsis pylint [ OPTIONS ] [ <arguments> ] Description pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler’s Refactoring book) Pylint can be seen as another PyChecker since nearly all…
