__main__.py 230 B

123456789
  1. #!/usr/bin/env python
  2. # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  3. # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
  4. import pylint
  5. pylint.modify_sys_path()
  6. pylint.run_pylint()