FastLint-Issues
FastLint-Issues copied to clipboard
Add support for PyLint
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).
https://pypi.org/project/pylint/
It is more popular than pyflakes (as for github stars) which flake8 (https://github.com/feramhq/feram/issues/35) uses.
Thanks for the tip. We'll check it out!