diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-07-26 15:55:49 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-08-16 16:21:51 -0700 |
| commit | 8e2890f6c06c7799b3a30f3423cabe9683702000 (patch) | |
| tree | 84335bae409c716d3c06e2e78c0fd46dcc3200dc /run_mypy.py | |
| parent | b30dddd4e5b4ae6e5e1e812085a00a47e3edfcf1 (diff) | |
| download | meson-8e2890f6c06c7799b3a30f3423cabe9683702000.tar.gz | |
run_mypy: add interpreter/compiler.py
Diffstat (limited to 'run_mypy.py')
| -rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |
