diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-21 02:10:12 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-25 10:08:15 -0400 |
| commit | b411be5edcec5711d5de6339dec946734f60408e (patch) | |
| tree | 6da6cf33790fb688c930b2dc3adeac64777bfc4c /run_mypy.py | |
| parent | b05764b73e2e3df612f64a4c81b669e65220863d (diff) | |
| download | meson-b411be5edcec5711d5de6339dec946734f60408e.tar.gz | |
fully type mdist.py
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 158f765bb..6920ff843 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -37,6 +37,7 @@ modules = [ 'mesonbuild/utils/core.py', 'mesonbuild/utils/platform.py', 'mesonbuild/utils/universal.py', + 'mesonbuild/mdist.py', 'mesonbuild/minit.py', 'mesonbuild/minstall.py', 'mesonbuild/mintro.py', |
