diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-17 12:29:56 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
commit | b6c8b8a5bedd3b01fee776e8f92cce83bbfed86b (patch) | |
tree | 8d42056e5d386d28f4f48256c0fc3b98a1fcdc11 /run_mypy.py | |
parent | 6dc774f1b68721814c173850622018f923c80c1e (diff) | |
download | meson-b6c8b8a5bedd3b01fee776e8f92cce83bbfed86b.zip meson-b6c8b8a5bedd3b01fee776e8f92cce83bbfed86b.tar.gz meson-b6c8b8a5bedd3b01fee776e8f92cce83bbfed86b.tar.bz2 |
compilers/mixins/pgi: Make type safe
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 db05b70..8aaae87 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -26,6 +26,7 @@ modules = [ 'mesonbuild/compilers/mixins/gnu.py', 'mesonbuild/compilers/mixins/intel.py', 'mesonbuild/compilers/mixins/islinker.py', + 'mesonbuild/compilers/mixins/pgi.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', |