diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-02-20 12:04:01 -0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2021-03-16 09:00:50 -0400 |
| commit | 598e968993da58c89f773dc732c708a54b0ec8db (patch) | |
| tree | 7aff62faa24d580ea64fdcf65922c7f0d109a712 /run_mypy.py | |
| parent | 567c96b68b1dfe3cd6b52b0d26dfc78e5c0e6b76 (diff) | |
| download | meson-598e968993da58c89f773dc732c708a54b0ec8db.tar.gz | |
Add `meson devenv` command and meson.add_devenv()
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 1c886f88f..a31afb20d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -25,6 +25,7 @@ modules = [ 'mesonbuild/interpreterbase.py', 'mesonbuild/linkers.py', 'mesonbuild/mcompile.py', + 'mesonbuild/mdevenv.py', 'mesonbuild/mesonlib/platform.py', 'mesonbuild/mesonlib/universal.py', 'mesonbuild/minit.py', |
