diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-28 10:29:00 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-10-01 15:05:01 -0700 |
commit | e039727e63561b0ecf75eff853579ee85f498a11 (patch) | |
tree | 4ef29e1d919408bef4caf8f484635f1d9a688762 /run_mypy.py | |
parent | 3fc37fc13e12779343ddaf830ebde7e096f77a41 (diff) | |
download | meson-e039727e63561b0ecf75eff853579ee85f498a11.zip meson-e039727e63561b0ecf75eff853579ee85f498a11.tar.gz meson-e039727e63561b0ecf75eff853579ee85f498a11.tar.bz2 |
compilers/fortran: add type annotations
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 1 |
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', |