You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#35) uses.
The text was updated successfully, but these errors were encountered: