diff options
-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 5fa62e1..6d9eb13 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -16,6 +16,7 @@ modules = [ # specific files 'mesonbuild/arglist.py', 'mesonbuild/compilers/compilers.py', + 'mesonbuild/compilers/c_function_attributes.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', |