aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-06-05 21:29:18 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-06-06 20:02:48 +0300
commit71906c4bf842bfa9ea65893ae9e3ddb2b61b0440 (patch)
treec7a53d794d7f51950bffad6b0fef4c2d220b88cb /run_mypy.py
parent125566b329f68c68d235d50a22963f8d40df9f20 (diff)
downloadmeson-71906c4bf842bfa9ea65893ae9e3ddb2b61b0440.zip
meson-71906c4bf842bfa9ea65893ae9e3ddb2b61b0440.tar.gz
meson-71906c4bf842bfa9ea65893ae9e3ddb2b61b0440.tar.bz2
typing: Fully annotate dependencies.cmake
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 0b34f8c..be9519d 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -19,6 +19,7 @@ modules = [
'mesonbuild/arglist.py',
# 'mesonbuild/coredata.py',
'mesonbuild/dependencies/base.py',
+ 'mesonbuild/dependencies/cmake.py',
'mesonbuild/dependencies/coarrays.py',
'mesonbuild/dependencies/configtool.py',
'mesonbuild/dependencies/dub.py',