summaryrefslogtreecommitdiff
path: root/pylint/__main__.py
blob: 7df5805f9327d90f8cd180de2c53afe905a3bec3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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/blob/main/CONTRIBUTORS.txt

import pylint

pylint.modify_sys_path()
pylint.run_pylint()