summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-10-07 15:20:47 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-10-29 18:59:30 +0200
commit855af6f69ad0bc87c1d898688286265138c36061 (patch)
tree84fb2b7647d9429883c14c792b1931f973574570 /run_mypy.py
parent1f0644f9c60eb8c4db7057db50f3316575d06b76 (diff)
downloadmeson-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-xrun_mypy.py1
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',