From 4cfddd1fe62f8dcd39e37b80ece88e30cc440687 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Sun, 23 Aug 2020 21:22:01 -0700 Subject: compilers/mixins/ccrx: make mypy 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 1005e9c4c..bf4389904 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -17,6 +17,7 @@ modules = [ 'mesonbuild/compilers/compilers.py', 'mesonbuild/compilers/mixins/arm.py', 'mesonbuild/compilers/mixins/c2000.py', + 'mesonbuild/compilers/mixins/ccrx.py', # 'mesonbuild/compilers/mixins/intel.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', -- cgit v1.2.3