pycodestyle-3
Python style guide checker (formerly called pep8) - Python 3.x
Install
- All systems
-
curl cmd.cat/pycodestyle-3.sh
- Debian
-
apt-get install python3-pycodestyle
- Ubuntu
-
apt-get install python3-pycodestyle
- 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
- Dockerfile
- dockerfile.run/pycodestyle-3
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.