aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
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',
]