| # 'mesonbuild/compilers/mixins/intel.py', |
| # 'mesonbuild/coredata.py', |
| 'mesonbuild/dependencies/boost.py', |
| 'mesonbuild/dependencies/hdf5.py', |
| 'mesonbuild/dependencies/mpi.py', |
| 'mesonbuild/envconfig.py', |
| 'mesonbuild/interpreterbase.py', |
| 'mesonbuild/mcompile.py', |
| 'mesonbuild/mesonlib.py', |
| 'mesonbuild/modules/fs.py', |
| def check_mypy() -> None: |
| print('Failed import mypy') |
| root = Path(__file__).absolute().parent |
| args = [] # type: T.List[str] |
| parser = argparse.ArgumentParser(description='Process some integers.') |
| parser.add_argument('-p', '--pretty', action='store_true', help='pretty print mypy errors') |
| opts = parser.parse_args() |
| [sys.executable, '-m', 'mypy'] + args + modules, |
| if __name__ == '__main__': |