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
Static analyzers such as pylint or flack8 help to improve the
quality of your code, both by detecting some potential bugs
as well as ensuring PEP 8 compliance.
What is it?
pylint: illustration of steps to improve some old code and
make it PEP 8 compliant.