#!/usr/bin/env python
import sys
from pylint import lint
lint.Run(sys.argv[1:])
