aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-03-22 11:25:27 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-03-22 16:53:51 -0700
commit8771045d797b442f1243916bf5e94a263a928149 (patch)
treef78667f08d371f3af870f68d909d1edabac3654b /run_mypy.py
parent73eb24432b16e53bd6f9d12969ce8697ca2ba2ea (diff)
downloadmeson-8771045d797b442f1243916bf5e94a263a928149.zip
meson-8771045d797b442f1243916bf5e94a263a928149.tar.gz
meson-8771045d797b442f1243916bf5e94a263a928149.tar.bz2
dependencies/qt: Add type annotations
And fix some style and correctness issues
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 75c825e..65de414 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -21,6 +21,7 @@ modules = [
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',
'mesonbuild/dependencies/mpi.py',
+ 'mesonbuild/dependencies/qt.py',
'mesonbuild/envconfig.py',
'mesonbuild/interpreterbase.py',
'mesonbuild/linkers.py',