diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-08-23 21:06:05 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
commit | c93395bfc7c3ff734573c599f7dbcc8fe12681e9 (patch) | |
tree | cb76427a579a75d4556c9f3eb8c232f95640b33c /run_mypy.py | |
parent | b7db3660a0709f1f47bbad0e8af85da1360a6f19 (diff) | |
download | meson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.zip meson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.tar.gz meson-c93395bfc7c3ff734573c599f7dbcc8fe12681e9.tar.bz2 |
compilers/mixins/c2000: Make mypy 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 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', |