summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-08-30 11:12:57 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2025-02-05 17:45:38 +0200
commit177148686c8c207268619d2d58ee021b1d6fd082 (patch)
tree1cdf774e17613f906950f3a7d43dd037849e9950 /run_mypy.py
parent164a18d84f4543669e5cab75490ff3629aa961d4 (diff)
downloadmeson-177148686c8c207268619d2d58ee021b1d6fd082.tar.gz
options: split UserIntegerOption and UserUmaskOption
They are very similar, but they are not exactly the same. By splitting them we can get full type safety, and run mypy over the options.py file!
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 9a4e241ec..4f7a6317b 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -79,6 +79,7 @@ modules = [
'mesonbuild/msetup.py',
'mesonbuild/mtest.py',
'mesonbuild/optinterpreter.py',
+ 'mesonbuild/options.py',
'mesonbuild/programs.py',
]
additional = [