aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-25 12:24:47 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:00 -0700
commitefceec96156f5fc701a07089bf31a81e8145a67b (patch)
treed1be5f1190e0eb1e4912b3d9538922691ab46ec3 /run_mypy.py
parentd3a059b55fac4e9cc3c7c306b2e6a4cf5e424aad (diff)
downloadmeson-efceec96156f5fc701a07089bf31a81e8145a67b.zip
meson-efceec96156f5fc701a07089bf31a81e8145a67b.tar.gz
meson-efceec96156f5fc701a07089bf31a81e8145a67b.tar.bz2
Compilers/vala: 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 ca4d803..791deea 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -23,6 +23,7 @@ modules = [
'mesonbuild/compilers/cuda.py',
'mesonbuild/compilers/objc.py',
'mesonbuild/compilers/objcpp.py',
+ 'mesonbuild/compilers/vala.py',
# 'mesonbuild/coredata.py',
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',