#!/usr/bin/env python
# pylint: disable=import-self
from pylint import run_pylint

run_pylint()
