* Add ``--skip`` argument which can be used to skip particular linters even though they're installed.
2.1.0
------------------
* Use ``entry_points`` in ``setup.py`` instead of ``scripts`` * Support ``python -m multilint``
2.0.2
------------------
* Don't invoke ``python setup.py check`` if there is no ``setup.py``.
2.0.1
------------------
* Remove default for `paths` in ``setup.cfg``. * Check that paths exist before running the linters.
2.0.0
------------------
* Use the config header ``tool:multilint`` in ``setup.cfg``, rather than ``multilint``, to avoid clashing with any potential ``setup.py`` commands. Your ``setup.cfg`` will need updating.