diff options
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 51b74df..2ca0c31 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -33,6 +33,7 @@ modules = [ 'mesonbuild/mparser.py', 'mesonbuild/msetup.py', 'mesonbuild/mtest.py', + 'mesonbuild/optinterpreter.py', 'run_mypy.py', 'tools' |