aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-28 19:48:00 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:56 +0200
commitfb9738b8c7dd1a900898a850b22810c5370fd9e5 (patch)
tree899fc44ffaa64ebe521a133445df1bb2296c953e /run_mypy.py
parentbb09ca9ad551e00780dbd6a12ae1619859d4bc6a (diff)
downloadmeson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.zip
meson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.tar.gz
meson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.tar.bz2
typing: fully annotate mparser.py
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index e9b8229..4e56168 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -30,9 +30,11 @@ normal_modules = [
strict_modules = [
'mesonbuild/interpreterbase.py',
+ 'mesonbuild/mparser.py',
'mesonbuild/mesonlib.py',
'mesonbuild/mlog.py',
'mesonbuild/ast',
+ # 'mesonbuild/wrap',
'run_mypy.py',
]