From 0490372449251fc2720748a0c58fb1bbdb5ca28f Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 30 Aug 2020 14:55:52 +0200 Subject: typing: fully annotate mintro and mtest --- run_mypy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_mypy.py') 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', -- cgit v1.1