diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-21 13:04:58 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
| commit | da4c1945fc2ea969adec8e3e2ada3082ca5810f8 (patch) | |
| tree | 05ae1451524ac41da89eb036771e14789dc94f59 /run_mypy.py | |
| parent | 05df8320dbc85fb77352d32fd26a60f72f40c5d7 (diff) | |
| download | meson-da4c1945fc2ea969adec8e3e2ada3082ca5810f8.tar.gz | |
compilers/objcpp: add type annotations
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 bdfda3c40..db38112b6 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', |
