From 8d92e6d865e2a03875c29d2e2aa131ce774a5d5d Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 29 Aug 2021 13:08:20 +0200 Subject: interpreter: Add IntegerHolder --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index fc69063ab..f6add90a0 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -15,6 +15,7 @@ modules = [ 'mesonbuild/cmake', 'mesonbuild/compilers', 'mesonbuild/dependencies', + 'mesonbuild/interpreter/primitives', 'mesonbuild/interpreterbase', 'mesonbuild/linkers', 'mesonbuild/scripts', -- cgit v1.2.3