"""
Flake8 plugin that runs PyLint.
"""
from ._plugin import PyLintChecker


__version__ = '0.2.0'
__all__ = ['PyLintChecker']
