Package python3-pyflakes

A simple program which checks Python source files for errors

https://github.com/PyCQA/pyflakes


Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
check on style.

Version: 3.0.1

General Commands

pyflakes alias for pyflakes-3.12
pyflakes-3 alias for pyflakes-3.12
pyflakes-3.12 simple Python 3 source checker