diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-10 21:48:54 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-12-11 21:13:20 +0200 |
| commit | 78e23e48f20067fb0c29106658fca8444ff92093 (patch) | |
| tree | b872c47775bf96a5fa1247c7dcaf5c8a6ede3581 /run_mypy.py | |
| parent | c341900d45e67b58de0682156021ddfafc4bf26f (diff) | |
| download | meson-78e23e48f20067fb0c29106658fca8444ff92093.tar.gz | |
backends: correct nonebackend return annotation and check in run_mypy
The only backend that can return values in generate() is ninja, so this
was useless cruft.
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 25dc1d568..067080b9a 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -26,6 +26,7 @@ modules = [ # specific files 'mesonbuild/arglist.py', 'mesonbuild/backend/backends.py', + 'mesonbuild/backend/nonebackend.py', # 'mesonbuild/coredata.py', 'mesonbuild/depfile.py', 'mesonbuild/envconfig.py', |
