diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-02-24 13:26:51 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-06-07 19:20:30 -0700 |
| commit | b01ae087f5f54b0777201c83440fb6777648acd8 (patch) | |
| tree | 4d1a3e6b9c0b83c28a7233d5d0eb5bcbce0e11b1 /run_mypy.py | |
| parent | 71325547aa26094ca456a679bdfed919220e96df (diff) | |
| download | meson-b01ae087f5f54b0777201c83440fb6777648acd8.tar.gz | |
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-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 338968d49..158f765bb 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/', |
