diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-30 14:55:52 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-08 20:15:57 +0200 |
| commit | 0490372449251fc2720748a0c58fb1bbdb5ca28f (patch) | |
| tree | cb3fedd28526d70f9754c99494c41e32367b158e /run_mypy.py | |
| parent | c637b913c94817c81e9a35287b995741a7089413 (diff) | |
| download | meson-0490372449251fc2720748a0c58fb1bbdb5ca28f.tar.gz | |
typing: fully annotate mintro and mtest
Diffstat (limited to 'run_mypy.py')
| -rwxr-xr-x | run_mypy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 38457325b..e2b0415d1 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', |
