aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-28 21:40:51 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:56 +0200
commit0d57e307b2fea541a9ee368873431fe224e5c982 (patch)
tree2ead0d7c0824a2564cc81643a4a89a1c1f6e62b5 /run_mypy.py
parent449dd8e72a3ccc4c6f7ec70169515784cd687a2c (diff)
downloadmeson-0d57e307b2fea541a9ee368873431fe224e5c982.zip
meson-0d57e307b2fea541a9ee368873431fe224e5c982.tar.gz
meson-0d57e307b2fea541a9ee368873431fe224e5c982.tar.bz2
typing: fully annotate tools
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 aca42da..7f8f23d 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -36,6 +36,7 @@ strict_modules = [
'mesonbuild/ast',
'mesonbuild/wrap',
'run_mypy.py',
+ 'tools',
]
normal_args = ['--follow-imports=skip']