diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-21 13:04:40 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
| commit | 05df8320dbc85fb77352d32fd26a60f72f40c5d7 (patch) | |
| tree | 9248514e42d04b1018fefd595aea296e4365b03e /run_mypy.py | |
| parent | 682d22129c32edc64c610478368e1bc1f1dbc921 (diff) | |
| download | meson-05df8320dbc85fb77352d32fd26a60f72f40c5d7.tar.gz | |
compilers/objc: 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 6d9eb13e0..bdfda3c40 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -17,6 +17,7 @@ modules = [ 'mesonbuild/arglist.py', 'mesonbuild/compilers/compilers.py', 'mesonbuild/compilers/c_function_attributes.py', + 'mesonbuild/compilers/objc.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', |
