From 78e23e48f20067fb0c29106658fca8444ff92093 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 10 Dec 2023 21:48:54 -0500 Subject: 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. --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') 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', -- cgit v1.2.3