From e8a88f53205d5d9092ccd16faa5cf89af72d2951 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 6 Jan 2023 11:23:55 -0800 Subject: modules: add type annotations to the `__init__` module --- 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 3daf7c74e..119ee39d7 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -40,6 +40,7 @@ modules = [ 'mesonbuild/mintro.py', 'mesonbuild/mlog.py', 'mesonbuild/msubprojects.py', + 'mesonbuild/modules/__init__.py', 'mesonbuild/modules/external_project.py', 'mesonbuild/modules/fs.py', 'mesonbuild/modules/gnome.py', -- cgit v1.2.3