aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-28 21:23:10 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:56 +0200
commit449dd8e72a3ccc4c6f7ec70169515784cd687a2c (patch)
tree6d8980bf74c6e6d2f46ab2b0a2c7c042dded8500 /run_mypy.py
parentfb9738b8c7dd1a900898a850b22810c5370fd9e5 (diff)
downloadmeson-449dd8e72a3ccc4c6f7ec70169515784cd687a2c.zip
meson-449dd8e72a3ccc4c6f7ec70169515784cd687a2c.tar.gz
meson-449dd8e72a3ccc4c6f7ec70169515784cd687a2c.tar.bz2
typing: fully annotate wrap
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 4e56168..aca42da 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -34,7 +34,7 @@ strict_modules = [
'mesonbuild/mesonlib.py',
'mesonbuild/mlog.py',
'mesonbuild/ast',
- # 'mesonbuild/wrap',
+ 'mesonbuild/wrap',
'run_mypy.py',
]