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

11 lines
298 B
Python
Raw Normal View History

#!/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/main/LICENSE
# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors
import pylint
2018-09-16 15:33:50 +00:00
pylint.modify_sys_path()
pylint.run_pylint()