pyflakes3

passive checker of Python 2 and 3 programs

Install

All systems
curl cmd.cat/pyflakes3.sh
Debian Debian
apt-get install pyflakes3
Ubuntu
apt-get install pyflakes3
image/svg+xml Kali Linux
apt-get install pyflakes3
Windows (WSL2)
sudo apt-get update sudo apt-get install pyflakes3
Raspbian
apt-get install pyflakes3

pyflakes3

passive checker of Python 2 and 3 programs

Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. This is the Python 3 command line `pyflakes3` program.

pyflakes

passive checker of Python 2 and 3 programs

Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. This is the Python 2 command line `pyflakes3` program.