python3-pep8
Python PEP 8 code style checker - Python 3
Install
- All systems
-
curl cmd.cat/python3-pep8.sh
- Debian
-
apt-get install python3-pep8
- Ubuntu
-
apt-get install python3-pep8
- Kali Linux
-
apt-get install python3-pep8
- Fedora
-
dnf install python3-pep8
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pep8
- Raspbian
-
apt-get install python3-pep8
- Dockerfile
- dockerfile.run/python3-pep8
python3-pep8
Python PEP 8 code style checker - Python 3
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. Python 3 version.