aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-10-01 13:25:16 -0700
committerXavier Claessens <xclaesse@gmail.com>2021-03-19 08:47:10 -0400
commit97c1283baaf75dee50e9edf3db345e3299481212 (patch)
treef7a5e7ef7f8e2e72886fc909ee93f502fb1b21cd /run_mypy.py
parent40e3577a65ac688814eff1239fa38b86aad19ee8 (diff)
downloadmeson-97c1283baaf75dee50e9edf3db345e3299481212.zip
meson-97c1283baaf75dee50e9edf3db345e3299481212.tar.gz
meson-97c1283baaf75dee50e9edf3db345e3299481212.tar.bz2
programs: add type annotations
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 a31afb2..75c825e 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -38,6 +38,7 @@ modules = [
'mesonbuild/msetup.py',
'mesonbuild/mtest.py',
'mesonbuild/optinterpreter.py',
+ 'mesonbuild/programs.py',
'run_mypy.py',
'run_single_test.py',