aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-08-23 21:22:01 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-24 12:14:13 -0700
commit4cfddd1fe62f8dcd39e37b80ece88e30cc440687 (patch)
tree6e537e0fb640b8a30cbfc0d05746a22b4e2cd43c /run_mypy.py
parentc93395bfc7c3ff734573c599f7dbcc8fe12681e9 (diff)
downloadmeson-4cfddd1fe62f8dcd39e37b80ece88e30cc440687.zip
meson-4cfddd1fe62f8dcd39e37b80ece88e30cc440687.tar.gz
meson-4cfddd1fe62f8dcd39e37b80ece88e30cc440687.tar.bz2
compilers/mixins/ccrx: make mypy safe
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 1005e9c..bf43899 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',