__main__.py 305 B

12345678910
  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. # Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
  5. import pylint
  6. pylint.modify_sys_path()
  7. pylint.run_pylint()