diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-15 21:26:58 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-12 23:51:35 -0500 |
| commit | 65ee397f341688282291b0ef529a7c6aa4c2f9f8 (patch) | |
| tree | 0328e4232ccb82a2d31c44f471a1b878dc4d2d2b /run_mypy.py | |
| parent | 5899daf25b406737b436f2256dbcaf273fae6ee3 (diff) | |
| download | meson-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-x | run_mypy.py | 1 |
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', |
