summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-06-08 15:24:39 -0700
committerEli Schwartz <eschwartz93@gmail.com>2022-07-17 12:58:17 -0400
commit0bf66ff02c4e89cf3875206c2bf04851340255b4 (patch)
treeacc898bfea598897c8e28f5efc5621eb3efa95fc /run_mypy.py
parent84d06a8f4b0fa864a523454b3b2c305eb0f8249e (diff)
downloadmeson-0bf66ff02c4e89cf3875206c2bf04851340255b4.tar.gz
modules/wayland: Add full type checking
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 12a12b973..f5f83010c 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -51,6 +51,7 @@ modules = [
'mesonbuild/modules/unstable_external_project.py',
'mesonbuild/modules/unstable_icestorm.py',
'mesonbuild/modules/unstable_rust.py',
+ 'mesonbuild/modules/unstable_wayland.py',
'mesonbuild/modules/windows.py',
'mesonbuild/mparser.py',
'mesonbuild/msetup.py',