Python3-pyflakes

Python3-pyflakes

python3-pyflakes

passive checker of Python 3 programs – Python modules

Maintainer: Python Applications Packaging Team



Section: python

Install python3-pyflakes

  • Debian apt-get install python3-pyflakes Click to copy
  • Ubuntu apt-get install python3-pyflakes Click to copy
  • Kali Linux apt-get install python3-pyflakes Click to copy
  • Fedora dnf install python3-pyflakes Click to copy
  • Raspbian apt-get install python3-pyflakes Click to copy

python3-pyflakes

passive checker of Python 3 programs - Python modules

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 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.