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