diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-06-17 00:27:39 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-06-18 23:48:33 +0200 |
commit | 7c757dff71c031ae02ecc358a69a213a5db4051a (patch) | |
tree | 5e7892f0eaa302749440f53b859ff281a2d2584e /run_mypy.py | |
parent | 34c28dc92cb4f28e32e633297e4b8a737228aae5 (diff) | |
download | meson-7c757dff71c031ae02ecc358a69a213a5db4051a.zip meson-7c757dff71c031ae02ecc358a69a213a5db4051a.tar.gz meson-7c757dff71c031ae02ecc358a69a213a5db4051a.tar.bz2 |
holders: Fix the remaining code to respect the holder changes
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_mypy.py b/run_mypy.py index 982a3ae..e780adf 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -11,7 +11,7 @@ from mesonbuild.mesonlib import version_compare modules = [ # fully typed submodules - 'mesonbuild/ast', + # 'mesonbuild/ast', 'mesonbuild/cmake', 'mesonbuild/compilers', 'mesonbuild/dependencies', @@ -23,6 +23,7 @@ modules = [ 'mesonbuild/arglist.py', # 'mesonbuild/coredata.py', 'mesonbuild/envconfig.py', + 'mesonbuild/interpreter/interpreterobjects.py', 'mesonbuild/linkers.py', 'mesonbuild/mcompile.py', 'mesonbuild/mdevenv.py', |