summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-09-22 13:59:08 -0700
committerDylan Baker <dylan@pnwbakers.com>2025-09-26 08:39:40 -0700
commitcab3b67cfe04d0e06d4e7c2f50fb4f99cd0dd7eb (patch)
tree7759e24e100009756bb8c33300d120a89fdbc437 /run_mypy.py
parent82af349156f7ca4222a1fc4d2f812cc46caca755 (diff)
downloadmeson-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-xrun_mypy.py1
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',