third_party.pylibs.pylint.src/pylint/__main__.py

10 lines
232 B
Python

#!/usr/bin/env python
# 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
import pylint
pylint.modify_sys_path()
pylint.run_pylint()