aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-30 14:55:52 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:57 +0200
commit0490372449251fc2720748a0c58fb1bbdb5ca28f (patch)
treecb3fedd28526d70f9754c99494c41e32367b158e /run_mypy.py
parentc637b913c94817c81e9a35287b995741a7089413 (diff)
downloadmeson-0490372449251fc2720748a0c58fb1bbdb5ca28f.zip
meson-0490372449251fc2720748a0c58fb1bbdb5ca28f.tar.gz
meson-0490372449251fc2720748a0c58fb1bbdb5ca28f.tar.bz2
typing: fully annotate mintro and mtest
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 3845732..e2b0415 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -32,7 +32,9 @@ normal_modules = [
strict_modules = [
'mesonbuild/interpreterbase.py',
+ 'mesonbuild/mtest.py',
'mesonbuild/minit.py',
+ 'mesonbuild/mintro.py',
'mesonbuild/mparser.py',
'mesonbuild/msetup.py',
'mesonbuild/mcompile.py',