From 8e2890f6c06c7799b3a30f3423cabe9683702000 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 26 Jul 2021 15:55:49 -0700 Subject: [PATCH] run_mypy: add interpreter/compiler.py --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_mypy.py b/run_mypy.py index 7c91f4d3b..a7570e08d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -24,6 +24,7 @@ modules = [ 'mesonbuild/arglist.py', # 'mesonbuild/coredata.py', 'mesonbuild/envconfig.py', + 'mesonbuild/interpreter/compiler.py', 'mesonbuild/interpreter/interpreterobjects.py', 'mesonbuild/interpreter/type_checking.py', 'mesonbuild/mcompile.py',