From b6c8b8a5bedd3b01fee776e8f92cce83bbfed86b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 17 Sep 2020 12:29:56 -0700 Subject: compilers/mixins/pgi: Make type safe --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index db05b7023..8aaae8713 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', -- cgit v1.2.3