aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-08-23 21:06:05 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-24 12:14:13 -0700
commitc93395bfc7c3ff734573c599f7dbcc8fe12681e9 (patch)
treecb76427a579a75d4556c9f3eb8c232f95640b33c /run_mypy.py
parentb7db3660a0709f1f47bbad0e8af85da1360a6f19 (diff)
downloadmeson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.zip
meson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.tar.gz
meson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.tar.bz2
compilers/mixins/c2000: 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 4c83fe2..1005e9c 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -16,6 +16,7 @@ modules = [
'mesonbuild/arglist.py',
'mesonbuild/compilers/compilers.py',
'mesonbuild/compilers/mixins/arm.py',
+ 'mesonbuild/compilers/mixins/c2000.py',
# 'mesonbuild/compilers/mixins/intel.py',
# 'mesonbuild/coredata.py',
'mesonbuild/dependencies/boost.py',