third_party.pylibs.pylint.src/bin/pylint
2020-12-14 16:09:19 +01:00

6 lines
96 B
Python
Executable File

#!/usr/bin/env python
# pylint: disable=import-self
from pylint import run_pylint
run_pylint()