aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-02-24 13:26:51 -0800
committerDylan Baker <dylan@pnwbakers.com>2023-06-07 19:20:30 -0700
commitb01ae087f5f54b0777201c83440fb6777648acd8 (patch)
tree4d1a3e6b9c0b83c28a7233d5d0eb5bcbce0e11b1 /run_mypy.py
parent71325547aa26094ca456a679bdfed919220e96df (diff)
downloadmeson-b01ae087f5f54b0777201c83440fb6777648acd8.zip
meson-b01ae087f5f54b0777201c83440fb6777648acd8.tar.gz
meson-b01ae087f5f54b0777201c83440fb6777648acd8.tar.bz2
cargo: Add a builder module to the cargo package
This is a helper, currently only used by cargo. It could be moved later if there are other users.
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 338968d..158f765 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -12,6 +12,7 @@ from mesonbuild.mesonlib import version_compare
modules = [
# fully typed submodules
# 'mesonbuild/ast/',
+ 'mesonbuild/cargo/',
'mesonbuild/cmake/',
'mesonbuild/compilers/',
'mesonbuild/dependencies/',