From 02658fdda47f537cff3f52c7e1a97b0ae2d3525b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 17 Sep 2020 12:38:58 -0700 Subject: run_mypy: compilers/c_function_attributes is already type safe --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_mypy.py b/run_mypy.py index 5fa62e15f..6d9eb13e0 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', -- cgit v1.2.3