aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-11-20 11:34:28 -0800
committerDylan Baker <dylan@pnwbakers.com>2020-11-20 14:48:35 -0800
commit93ecfa646b171af63255847db6ddaafbbb44e9cc (patch)
treecd0eae768abeb7b5f7cf0363b889c784eda7b730 /run_mypy.py
parentcc34b71eaadbf3406c98e7e023540fd3c572d597 (diff)
downloadmeson-93ecfa646b171af63255847db6ddaafbbb44e9cc.zip
meson-93ecfa646b171af63255847db6ddaafbbb44e9cc.tar.gz
meson-93ecfa646b171af63255847db6ddaafbbb44e9cc.tar.bz2
Add type annotations to optinterpreter
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 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'