diff options
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 5e26ac1..71b6727 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -18,6 +18,7 @@ normal_modules = [ 'mesonbuild/scripts', 'tools', 'mesonbuild/modules/fs.py', + # 'mesonbuild/dependencies/base.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/mpi.py', 'mesonbuild/dependencies/hdf5.py', @@ -37,6 +38,8 @@ strict_modules = [ 'mesonbuild/ast', 'mesonbuild/wrap', 'mesonbuild/scripts', + 'mesonbuild/dependencies/boost.py', + 'mesonbuild/dependencies/hdf5.py', 'run_mypy.py', 'tools', ] |