diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-08-04 13:23:49 -0700 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-08-04 19:09:08 -0400 |
commit | 5381ec89afdbf61e575cb0ac5c25e339279a5af2 (patch) | |
tree | 33bc664aaa83d9821788dcf2604b6209431751a3 | |
parent | 386b312fa9ec00af7594fc41e100a2bdab884d8f (diff) | |
download | meson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.zip meson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.tar.gz meson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.tar.bz2 |
run_mypy: Add interpreter/type_checking to the list of checked modules
-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 906bfe3..7c91f4d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -25,6 +25,7 @@ modules = [ # 'mesonbuild/coredata.py', 'mesonbuild/envconfig.py', 'mesonbuild/interpreter/interpreterobjects.py', + 'mesonbuild/interpreter/type_checking.py', 'mesonbuild/mcompile.py', 'mesonbuild/mdevenv.py', 'mesonbuild/mesonlib/platform.py', |