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

8 lines
206 B
Python
Raw Normal View History

# 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()