diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-10-07 15:20:47 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-10-29 18:59:30 +0200 |
| commit | 855af6f69ad0bc87c1d898688286265138c36061 (patch) | |
| tree | 84fb2b7647d9429883c14c792b1931f973574570 /run_mypy.py | |
| parent | 1f0644f9c60eb8c4db7057db50f3316575d06b76 (diff) | |
| download | meson-855af6f69ad0bc87c1d898688286265138c36061.tar.gz | |
cmdline: fix typing issues
Command line handling had almost complete annotations, but some were missing
(especially argparse related types) or wrong (the native and cross files
passed to the CmdLineFileParser).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 eb004c381..038e391b7 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -30,6 +30,7 @@ modules = [ 'mesonbuild/arglist.py', 'mesonbuild/backend/backends.py', 'mesonbuild/backend/nonebackend.py', + 'mesonbuild/cmdline.py', # 'mesonbuild/coredata.py', 'mesonbuild/depfile.py', 'mesonbuild/envconfig.py', |
