diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-09-22 13:59:08 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-09-26 08:39:40 -0700 |
| commit | cab3b67cfe04d0e06d4e7c2f50fb4f99cd0dd7eb (patch) | |
| tree | 7759e24e100009756bb8c33300d120a89fdbc437 /run_mypy.py | |
| parent | 82af349156f7ca4222a1fc4d2f812cc46caca755 (diff) | |
| download | meson-cab3b67cfe04d0e06d4e7c2f50fb4f99cd0dd7eb.tar.gz | |
modules/dlang: Fix typing issues
The majority of this is just adding annotations to convince mypy that
everything is okay. There is one place where there is a real change,
which is validating that the keyword arguments (which are unbound) are
of a valid type to be encoded as JSON.
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 a8b21ed75..5f3ef5eb4 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -55,6 +55,7 @@ modules = [ 'mesonbuild/modules/__init__.py', 'mesonbuild/modules/cmake.py', 'mesonbuild/modules/cuda.py', + 'mesonbuild/modules/dlang.py', 'mesonbuild/modules/external_project.py', 'mesonbuild/modules/fs.py', 'mesonbuild/modules/gnome.py', |
