aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-28 10:21:46 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:01 -0700
commit3fc37fc13e12779343ddaf830ebde7e096f77a41 (patch)
tree1c09d3893867a0bea6cefd1542bca6188ff2a055 /run_mypy.py
parent4430269d4e4030b39724a78ec1435599d779e7b3 (diff)
downloadmeson-3fc37fc13e12779343ddaf830ebde7e096f77a41.zip
meson-3fc37fc13e12779343ddaf830ebde7e096f77a41.tar.gz
meson-3fc37fc13e12779343ddaf830ebde7e096f77a41.tar.bz2
compilers/java: 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 495b7d0..673e01c 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -21,6 +21,7 @@ modules = [
'mesonbuild/compilers/c_function_attributes.py',
'mesonbuild/compilers/cpp.py',
'mesonbuild/compilers/cuda.py',
+ 'mesonbuild/compilers/java.py',
'mesonbuild/compilers/objc.py',
'mesonbuild/compilers/objcpp.py',
'mesonbuild/compilers/rust.py',