migration refactor
This commit is contained in:
7
temp_pylint_runner.py
Normal file
7
temp_pylint_runner.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import sys
|
||||
import os
|
||||
import pylint.lint
|
||||
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
pylint.lint.Run(['superset_tool/utils/fileio.py'])
|
||||
Reference in New Issue
Block a user