diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-04-01 10:09:03 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-04-02 12:40:51 -0400 |
| commit | 1f4bb37372e39003e1aa0e3ec5739fb04f495c4f (patch) | |
| tree | d9767ad4c435da302ea161c2abdf2863a007a0bc /run_mypy.py | |
| parent | 5c3bde3eb817d1d8ca41ef97969072d92242d515 (diff) | |
| download | meson-1f4bb37372e39003e1aa0e3ec5739fb04f495c4f.tar.gz | |
modules/cmake: Make fully type safe
Mostly this was just adding a few asserts for options, and one bug fix
from the option refactor
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 afa5531cd..975232a48 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -57,6 +57,7 @@ modules = [ 'mesonbuild/mlog.py', 'mesonbuild/msubprojects.py', 'mesonbuild/modules/__init__.py', + 'mesonbuild/modules/cmake.py', 'mesonbuild/modules/cuda.py', 'mesonbuild/modules/external_project.py', 'mesonbuild/modules/fs.py', |
