diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-01-06 11:23:55 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2023-01-10 09:53:22 -0800 |
commit | e8a88f53205d5d9092ccd16faa5cf89af72d2951 (patch) | |
tree | 151e30f9bdd61b4fc8023dedb40de80fc97ce67f /run_mypy.py | |
parent | a28545d9cbf93c4d34bd6e0ee82740459398a97f (diff) | |
download | meson-e8a88f53205d5d9092ccd16faa5cf89af72d2951.zip meson-e8a88f53205d5d9092ccd16faa5cf89af72d2951.tar.gz meson-e8a88f53205d5d9092ccd16faa5cf89af72d2951.tar.bz2 |
modules: add type annotations to the `__init__` module
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 3daf7c7..119ee39 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', |