aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-29 21:23:43 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:56 +0200
commita4f4379c44c7f13bc9e44bc01504077af1f3a338 (patch)
tree6f969b023a4311c7bad7b1dbdd61fa845cadfef3 /run_mypy.py
parent0d57e307b2fea541a9ee368873431fe224e5c982 (diff)
downloadmeson-a4f4379c44c7f13bc9e44bc01504077af1f3a338.zip
meson-a4f4379c44c7f13bc9e44bc01504077af1f3a338.tar.gz
meson-a4f4379c44c7f13bc9e44bc01504077af1f3a338.tar.bz2
typing: fully annotate scripts
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 7f8f23d..5e26ac1 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -15,6 +15,7 @@ normal_modules = [
'mesonbuild/msetup.py',
'mesonbuild/ast',
'mesonbuild/wrap',
+ 'mesonbuild/scripts',
'tools',
'mesonbuild/modules/fs.py',
'mesonbuild/dependencies/boost.py',
@@ -35,6 +36,7 @@ strict_modules = [
'mesonbuild/mlog.py',
'mesonbuild/ast',
'mesonbuild/wrap',
+ 'mesonbuild/scripts',
'run_mypy.py',
'tools',
]