How to Install python-pep8-naming in Ubuntu 18.04



Install python-pep8-naming by entering the following commands in the terminal:

sudo apt update
sudo apt install python-pep8-naming

Description:

check for PEP 8 naming conventions (flake8 plugin for Python2)

The PEP 8 recommendation is a style guide for Python code. This plugin for flake8 checks whether the naming conventions of PEP 8 have been commplied with. However written as plugin for flake8, some tools make independent use of the module. . This package contains the module for Python2.

Homepage: https://github.com/flintwork/pep8-naming

Version: 0.4.1-4

Section: universe/python