diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-02 17:19:19 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-09-06 15:29:30 -0400 |
| commit | d353219e175983f8ee1aa8d965953a1947d39716 (patch) | |
| tree | 73cf328a0325f263c3679b81490440d936e47b92 | |
| parent | ca5490f021338095e9339c78997dcabb6759f396 (diff) | |
| download | meson-d353219e175983f8ee1aa8d965953a1947d39716.tar.gz | |
run_mypy: register utils/vsenv.py, as it is type-safe
| -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 7ed9720c0..9a4e241ec 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -46,6 +46,7 @@ modules = [ 'mesonbuild/utils/core.py', 'mesonbuild/utils/platform.py', 'mesonbuild/utils/universal.py', + 'mesonbuild/utils/vsenv.py', 'mesonbuild/mconf.py', 'mesonbuild/mdist.py', 'mesonbuild/mformat.py', |
