diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-10-08 14:31:25 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-10-09 21:34:48 -0700 |
commit | cc231de08ecff2a92230ad29faaa486bc809f92b (patch) | |
tree | 62d89d25e722fc4c15088bdc3bd34053c013fd9d /run_mypy.py | |
parent | dc1866aedcd4b66f5e0e476ddecb8e44a0618c8b (diff) | |
download | meson-cc231de08ecff2a92230ad29faaa486bc809f92b.zip meson-cc231de08ecff2a92230ad29faaa486bc809f92b.tar.gz meson-cc231de08ecff2a92230ad29faaa486bc809f92b.tar.bz2 |
modules/windows: use typed_kwargs
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 d6903f5..38ac676 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -44,6 +44,7 @@ modules = [ 'mesonbuild/modules/qt.py', 'mesonbuild/modules/unstable_external_project.py', 'mesonbuild/modules/unstable_rust.py', + 'mesonbuild/modules/windows.py', 'mesonbuild/mparser.py', 'mesonbuild/msetup.py', 'mesonbuild/mtest.py', |