diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-08-23 21:05:39 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
commit | b7db3660a0709f1f47bbad0e8af85da1360a6f19 (patch) | |
tree | 1027531cf741c1c03549c1d64f1e8d0071067e2e /run_mypy.py | |
parent | 79d1ecd5bc550395ca62ebecdcf37a4c40d0e1cc (diff) | |
download | meson-b7db3660a0709f1f47bbad0e8af85da1360a6f19.zip meson-b7db3660a0709f1f47bbad0e8af85da1360a6f19.tar.gz meson-b7db3660a0709f1f47bbad0e8af85da1360a6f19.tar.bz2 |
compilers/mixins/arm: make type 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 317210a..4c83fe2 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -15,6 +15,7 @@ modules = [ # specific files 'mesonbuild/arglist.py', 'mesonbuild/compilers/compilers.py', + 'mesonbuild/compilers/mixins/arm.py', # 'mesonbuild/compilers/mixins/intel.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', |