diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-06-08 15:24:39 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-07-17 12:58:17 -0400 |
commit | 0bf66ff02c4e89cf3875206c2bf04851340255b4 (patch) | |
tree | acc898bfea598897c8e28f5efc5621eb3efa95fc /run_mypy.py | |
parent | 84d06a8f4b0fa864a523454b3b2c305eb0f8249e (diff) | |
download | meson-0bf66ff02c4e89cf3875206c2bf04851340255b4.zip meson-0bf66ff02c4e89cf3875206c2bf04851340255b4.tar.gz meson-0bf66ff02c4e89cf3875206c2bf04851340255b4.tar.bz2 |
modules/wayland: Add full type checking
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 12a12b9..f5f8301 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', |