From 7c757dff71c031ae02ecc358a69a213a5db4051a Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 17 Jun 2021 00:27:39 +0200 Subject: holders: Fix the remaining code to respect the holder changes --- run_mypy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index 982a3aee0..e780adf75 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -11,7 +11,7 @@ from mesonbuild.mesonlib import version_compare modules = [ # fully typed submodules - 'mesonbuild/ast', + # 'mesonbuild/ast', 'mesonbuild/cmake', 'mesonbuild/compilers', 'mesonbuild/dependencies', @@ -23,6 +23,7 @@ modules = [ 'mesonbuild/arglist.py', # 'mesonbuild/coredata.py', 'mesonbuild/envconfig.py', + 'mesonbuild/interpreter/interpreterobjects.py', 'mesonbuild/linkers.py', 'mesonbuild/mcompile.py', 'mesonbuild/mdevenv.py', -- cgit v1.2.3