2024-01-05 16:25:11 +01:00
|
|
|
# python-pyflakes
|
|
|
|
|
2024-01-05 16:25:14 +01:00
|
|
|
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.
|
|
|
|
|