7 lines
213 B
Markdown
7 lines
213 B
Markdown
# python-pyflakes
|
|
|
|
PyFlakes a Lint-like tool for Python, like PyChecker.
|
|
It is focused on identifying common errors quickly without executing Python code.
|
|
Its primary advantage over PyChecker is that it is fast.
|
|
|