summaryrefslogtreecommitdiff
path: root/pylint/__main__.py
blob: f1ecf1b98c49bdb7ebcffcb4821f7f691c6366d2 (plain)
1
2
3
4
5
6
7

# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING

#!/usr/bin/env python
import pylint
pylint.run_pylint()