Passive checker of Python programs https://github.com/PyCQA/pyflakes
Go to file
2024-01-05 16:43:02 +01:00
python-pyflakes.spec automatic version update by autodist [release 3.2.0-1mamba;Fri Jan 05 2024] 2024-01-05 16:43:02 +01:00
README.md rebuilt with python 3.10 [release 3.0.1-2mamba;Fri Apr 07 2023] 2024-01-05 16:25:14 +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.