summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-06-05 18:17:09 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-06-06 19:40:35 +0300
commit125566b329f68c68d235d50a22963f8d40df9f20 (patch)
treeb73e9e0d64c5cef2dfffbe88dc5bec51b13ecfab /run_mypy.py
parent96473085e00a522c0821569be1a85307c986a214 (diff)
downloadmeson-125566b329f68c68d235d50a22963f8d40df9f20.tar.gz
typing: Fully annotate dependencies.platform
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 c5ed6db53..0b34f8cf8 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -22,6 +22,7 @@ modules = [
'mesonbuild/dependencies/coarrays.py',
'mesonbuild/dependencies/configtool.py',
'mesonbuild/dependencies/dub.py',
+ 'mesonbuild/dependencies/platform.py',
'mesonbuild/dependencies/cuda.py',
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',