python-pyflakes/README.md

7 lines
213 B
Markdown
Raw Normal View History

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