aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-30 12:59:56 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-09-08 20:15:57 +0200
commit1217cf9a3bf7a49b68539ea1649ad5d8289ca5d1 (patch)
tree5c2c2b484c7af58c5aedbda4579c87adfdfa4375 /run_mypy.py
parenta4f4379c44c7f13bc9e44bc01504077af1f3a338 (diff)
downloadmeson-1217cf9a3bf7a49b68539ea1649ad5d8289ca5d1.zip
meson-1217cf9a3bf7a49b68539ea1649ad5d8289ca5d1.tar.gz
meson-1217cf9a3bf7a49b68539ea1649ad5d8289ca5d1.tar.bz2
typing: fully annotate boost and hdf5 deps
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 5e26ac1..71b6727 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -18,6 +18,7 @@ normal_modules = [
'mesonbuild/scripts',
'tools',
'mesonbuild/modules/fs.py',
+ # 'mesonbuild/dependencies/base.py',
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/mpi.py',
'mesonbuild/dependencies/hdf5.py',
@@ -37,6 +38,8 @@ strict_modules = [
'mesonbuild/ast',
'mesonbuild/wrap',
'mesonbuild/scripts',
+ 'mesonbuild/dependencies/boost.py',
+ 'mesonbuild/dependencies/hdf5.py',
'run_mypy.py',
'tools',
]