|
@@ -13,6 +13,8 @@ def main():
|
|
|
direct_copy = pathlib.Path(temp_dir, 'direct')
|
|
direct_copy = pathlib.Path(temp_dir, 'direct')
|
|
|
shutil.copytree(direct_src, direct_copy)
|
|
shutil.copytree(direct_src, direct_copy)
|
|
|
command = [
|
|
command = [
|
|
|
|
|
+ sys.executable,
|
|
|
|
|
+ '-m',
|
|
|
'mypy',
|
|
'mypy',
|
|
|
str(direct_copy.resolve()),
|
|
str(direct_copy.resolve()),
|
|
|
'--config-file',
|
|
'--config-file',
|