diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-08-30 11:12:57 -0700 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-02-05 17:45:38 +0200 |
| commit | 177148686c8c207268619d2d58ee021b1d6fd082 (patch) | |
| tree | 1cdf774e17613f906950f3a7d43dd037849e9950 /run_mypy.py | |
| parent | 164a18d84f4543669e5cab75490ff3629aa961d4 (diff) | |
| download | meson-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-x | run_mypy.py | 1 |
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 = [ |
