python-by-example-150-chall.../venv/lib/python3.6/site-packages/pylint/__main__.py
2019-08-04 15:26:35 +03:00

9 lines
207 B
Python

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