aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-08-04 13:23:49 -0700
committerXavier Claessens <xclaesse@gmail.com>2021-08-04 19:09:08 -0400
commit5381ec89afdbf61e575cb0ac5c25e339279a5af2 (patch)
tree33bc664aaa83d9821788dcf2604b6209431751a3
parent386b312fa9ec00af7594fc41e100a2bdab884d8f (diff)
downloadmeson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.zip
meson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.tar.gz
meson-5381ec89afdbf61e575cb0ac5c25e339279a5af2.tar.bz2
run_mypy: Add interpreter/type_checking to the list of checked modules
-rwxr-xr-xrun_mypy.py1
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',