setuptools-lint

expose pylint as a lint command into setup.py


License
ZPL-2.1
Install
conda install -c conda-forge setuptools-lint

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