Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 408 Bytes

README.rst

File metadata and controls

32 lines (16 loc) · 408 Bytes

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