aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-28 10:29:00 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:01 -0700
commite039727e63561b0ecf75eff853579ee85f498a11 (patch)
tree4ef29e1d919408bef4caf8f484635f1d9a688762 /run_mypy.py
parent3fc37fc13e12779343ddaf830ebde7e096f77a41 (diff)
downloadmeson-e039727e63561b0ecf75eff853579ee85f498a11.zip
meson-e039727e63561b0ecf75eff853579ee85f498a11.tar.gz
meson-e039727e63561b0ecf75eff853579ee85f498a11.tar.bz2
compilers/fortran: 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 673e01c..dc70027 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/fortran.py',
'mesonbuild/compilers/java.py',
'mesonbuild/compilers/objc.py',
'mesonbuild/compilers/objcpp.py',