pycodestyle-3

Python style guide checker (formerly called pep8) - Python 3.x

Install

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

python3-pycodestyle

Python style guide checker (formerly called pep8) - Python 3.x

Features a plugin architecture allowing for adding new checks is easily. Parseable output listing line numbers of the error location. Consists of just one Python file, and requires only stdlib. This package contains the Python 3.x module.