aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-07-26 15:55:49 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-08-16 16:21:51 -0700
commit8e2890f6c06c7799b3a30f3423cabe9683702000 (patch)
tree84335bae409c716d3c06e2e78c0fd46dcc3200dc /run_mypy.py
parentb30dddd4e5b4ae6e5e1e812085a00a47e3edfcf1 (diff)
downloadmeson-8e2890f6c06c7799b3a30f3423cabe9683702000.zip
meson-8e2890f6c06c7799b3a30f3423cabe9683702000.tar.gz
meson-8e2890f6c06c7799b3a30f3423cabe9683702000.tar.bz2
run_mypy: add interpreter/compiler.py
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 7c91f4d..a7570e0 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',