migration refactor

This commit is contained in:
2025-08-16 12:29:37 +03:00
parent f368f5ced9
commit 0e2fc14732
16 changed files with 1977 additions and 2761 deletions

7
temp_pylint_runner.py Normal file
View 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'])