diff options
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 71b6727..c7d44b6 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -40,6 +40,8 @@ strict_modules = [ 'mesonbuild/scripts', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', + 'mesonbuild/compilers/mixins/intel.py', + 'mesonbuild/arglist.py', 'run_mypy.py', 'tools', ] |