aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-06-01 16:33:09 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-06-15 12:36:05 -0700
commit3824e30f7a9851e2a61a326692f93faa1ddf32c3 (patch)
treed8e233178544ad5a1c9c965788d374087a0f8254 /run_mypy.py
parent3c4c7d042932c23a8ea24d85f24cd290d0a5ea13 (diff)
downloadmeson-3824e30f7a9851e2a61a326692f93faa1ddf32c3.zip
meson-3824e30f7a9851e2a61a326692f93faa1ddf32c3.tar.gz
meson-3824e30f7a9851e2a61a326692f93faa1ddf32c3.tar.bz2
modules/qt: fix remaining typing issues and add to run_mypy
This just ignores the fact taht Generator is unchecked. Generator needs some real love in terms of 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 79651d9..eb98696 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -34,6 +34,7 @@ modules = [
'mesonbuild/mlog.py',
'mesonbuild/modules/fs.py',
'mesonbuild/modules/unstable_rust.py',
+ 'mesonbuild/modules/qt.py',
'mesonbuild/mparser.py',
'mesonbuild/msetup.py',
'mesonbuild/mtest.py',