setuptools-lint

Setuptools command for pylint


Keywords
pylint, setuptools, command
License
BSD-3-Clause
Install
pip install setuptools-lint==0.6.0

Documentation

Setuptools lint command

This package expose pylint as a lint command into setup.py.

Installation

This package is published on pypi. You can use pip to install it.

pip install setuptools-lint

Usage

python setup.py lint

For a full list of options, do

python setup.py lint --help