diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-01-06 11:39:54 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2023-01-10 09:53:22 -0800 |
commit | 6ed6c8cdbaed1976f47e685b66d032e3174d5e89 (patch) | |
tree | e85f1af4f04700db5717affd526db71d606f98c5 /run_mypy.py | |
parent | e8a88f53205d5d9092ccd16faa5cf89af72d2951 (diff) | |
download | meson-6ed6c8cdbaed1976f47e685b66d032e3174d5e89.zip meson-6ed6c8cdbaed1976f47e685b66d032e3174d5e89.tar.gz meson-6ed6c8cdbaed1976f47e685b66d032e3174d5e89.tar.bz2 |
modules: fully type the Qt* modules
The base module is fully typed, but the numbered version are not, though
it's pretty trivial to do so.
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 119ee39..cb974f3 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -51,6 +51,9 @@ modules = [ 'mesonbuild/modules/modtest.py', 'mesonbuild/modules/pkgconfig.py', 'mesonbuild/modules/qt.py', + 'mesonbuild/modules/qt4.py', + 'mesonbuild/modules/qt5.py', + 'mesonbuild/modules/qt6.py', 'mesonbuild/modules/rust.py', 'mesonbuild/modules/sourceset.py', 'mesonbuild/modules/wayland.py', |