summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-10-15 21:26:58 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-02-12 23:51:35 -0500
commit65ee397f341688282291b0ef529a7c6aa4c2f9f8 (patch)
tree0328e4232ccb82a2d31c44f471a1b878dc4d2d2b /run_mypy.py
parent5899daf25b406737b436f2256dbcaf273fae6ee3 (diff)
downloadmeson-65ee397f341688282291b0ef529a7c6aa4c2f9f8.tar.gz
cuda module: fully type annotate
Special notes: - _nvcc_arch_flags is always called with exact arguments, no need for default values - min_driver_version has its args annotation loosened because it has to fit the constraints of the module interface?
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 a9b52d9ac..c57a75c12 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -51,6 +51,7 @@ modules = [
'mesonbuild/mlog.py',
'mesonbuild/msubprojects.py',
'mesonbuild/modules/__init__.py',
+ 'mesonbuild/modules/cuda.py',
'mesonbuild/modules/external_project.py',
'mesonbuild/modules/fs.py',
'mesonbuild/modules/gnome.py',