summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-22 04:30:26 +0200
committerGitHub <noreply@github.com>2020-11-22 04:30:26 +0200
commit3d009609fb976db2ed5683fd6c1bff0f33754862 (patch)
tree64a7619e1577b125c31033860a2bded376dae64e /run_mypy.py
parentd27bad7d6d118cdb5a007d6efd743a8c9d48f683 (diff)
parent51b361fdbed3955d6f97de59fc9c898fc93c2411 (diff)
downloadmeson-3d009609fb976db2ed5683fd6c1bff0f33754862.tar.gz
Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanups
Opt Interpreter cleanups and type annotations
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 db578be74..01fa9ffcc 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -32,6 +32,7 @@ modules = [
'mesonbuild/mparser.py',
'mesonbuild/msetup.py',
'mesonbuild/mtest.py',
+ 'mesonbuild/optinterpreter.py',
'run_mypy.py',
'tools'