aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-17 12:35:15 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-24 12:14:13 -0700
commit4911e8eef42b11612adfab517c2d31b453ed14c4 (patch)
tree54c3f0ceb1c0c303f3c47b8050379dc72aa1af32 /run_mypy.py
parentb6c8b8a5bedd3b01fee776e8f92cce83bbfed86b (diff)
downloadmeson-4911e8eef42b11612adfab517c2d31b453ed14c4.zip
meson-4911e8eef42b11612adfab517c2d31b453ed14c4.tar.gz
meson-4911e8eef42b11612adfab517c2d31b453ed14c4.tar.bz2
compilers/mixins: make visual studio type 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 8aaae87..0e9d957 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -27,6 +27,7 @@ modules = [
'mesonbuild/compilers/mixins/intel.py',
'mesonbuild/compilers/mixins/islinker.py',
'mesonbuild/compilers/mixins/pgi.py',
+ 'mesonbuild/compilers/mixins/visualstudio.py',
# 'mesonbuild/coredata.py',
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',