Python3-pyflakes
Maintainer: Python Applications Packaging Team
Email: [email protected] .
Website: https://launchpad.net/pyflakes
Section: python
Install python3-pyflakes
-
Debian
apt-get install python3-pyflakesClick to copy -
Ubuntu
apt-get install python3-pyflakesClick to copy -
Kali Linux
apt-get install python3-pyflakesClick to copy -
Fedora
dnf install python3-pyflakesClick to copy -
Raspbian
apt-get install python3-pyflakesClick to copy
python3-pyflakes
passive checker of Python 3 programs - Python modulesPyflakes 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 library version.
Install the latest version of python3-pyflakes in Debian, Ubuntu, Kali, Fedora and Raspbian from terminal. To install the python3-pyflakes just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of python3-pyflakes from the respository and install it in your computer/server.




