aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-09-30 12:57:13 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-10-04 19:33:43 -0700
commit246d5f34bbef7f179589c52ccd7d435f57108272 (patch)
treeb07d233dd801def3f6afc65451989050db9990fa /run_mypy.py
parent4c00e635745145af92f7ac92be8ff0b6ab4acca8 (diff)
downloadmeson-246d5f34bbef7f179589c52ccd7d435f57108272.zip
meson-246d5f34bbef7f179589c52ccd7d435f57108272.tar.gz
meson-246d5f34bbef7f179589c52ccd7d435f57108272.tar.bz2
run_mypy: Add the external_project_module
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 5a4b66d..d6903f5 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -42,6 +42,7 @@ modules = [
'mesonbuild/modules/i18n.py',
'mesonbuild/modules/java.py',
'mesonbuild/modules/qt.py',
+ 'mesonbuild/modules/unstable_external_project.py',
'mesonbuild/modules/unstable_rust.py',
'mesonbuild/mparser.py',
'mesonbuild/msetup.py',