Fix path for check_mypy_config

This commit is contained in:
2023-02-28 15:11:27 +11:00
parent 466d160424
commit cca5f18303

View File

@@ -23,7 +23,7 @@ PATHS: Tuple[Tuple[str, Tuple[Any, ...], Dict[str, str]], ...] = (
)
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(
os.path.join(os.path.dirname(__file__), "..", "..", ".."))))
os.path.join(os.path.dirname(__file__), "..", ".."))))
PATHS_EXCLUDE = set(
os.path.join(SOURCE_DIR, p.replace("/", os.sep))