8000 Python-software-engineering/source-code/static-analysis at master · gjbex/Python-software-engineering · GitHub 7FFF
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Static analysis

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.
0