diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-28 19:48:00 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-08 20:15:56 +0200 |
commit | fb9738b8c7dd1a900898a850b22810c5370fd9e5 (patch) | |
tree | 899fc44ffaa64ebe521a133445df1bb2296c953e /run_mypy.py | |
parent | bb09ca9ad551e00780dbd6a12ae1619859d4bc6a (diff) | |
download | meson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.zip meson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.tar.gz meson-fb9738b8c7dd1a900898a850b22810c5370fd9e5.tar.bz2 |
typing: fully annotate mparser.py
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 2 |
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', ] |