diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-21 20:04:01 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-25 10:08:15 -0400 |
| commit | a53c6687b65fd91fa4a85a596ba365cb4cfa6467 (patch) | |
| tree | 626dbfd0af09d6facd6fd0ef4f4ac8970aa40dde /run_mypy.py | |
| parent | b411be5edcec5711d5de6339dec946734f60408e (diff) | |
| download | meson-a53c6687b65fd91fa4a85a596ba365cb4cfa6467.tar.gz | |
fully type mconf.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 6920ff843..3be79bca4 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/mconf.py', 'mesonbuild/mdist.py', 'mesonbuild/minit.py', 'mesonbuild/minstall.py', |
