python3-flake8

code checker using pycodestyle and pyflakes - Python 3.x

Install

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

python3-flake8

code checker using pycodestyle and pyflakes - Python 3.x

Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. This package provides Python 3 module bindings only.