import sys import os import pylint.lint sys.path.append(os.getcwd()) pylint.lint.Run(['superset_tool/utils/fileio.py'])