Fix path for check_mypy_config
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user