diff options
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index bdfda3c..db38112 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -18,6 +18,7 @@ modules = [ 'mesonbuild/compilers/compilers.py', 'mesonbuild/compilers/c_function_attributes.py', 'mesonbuild/compilers/objc.py', + 'mesonbuild/compilers/objcpp.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', |