aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-14 15:17:49 +0000
committerGitHub <noreply@github.com>2021-01-14 15:17:49 +0000
commit4b3d48a8c94e28e12dc928fb343f52f3b669510d (patch)
tree5f0072f487f652df96b1a6266b1499220c08c485 /run_mypy.py
parente3bd45c7c35e56987836b4d675c306bbe035fb78 (diff)
parent1849a9e9b7218ecb695a8414eba9e15ebdc3fe1e (diff)
downloadmeson-4b3d48a8c94e28e12dc928fb343f52f3b669510d.zip
meson-4b3d48a8c94e28e12dc928fb343f52f3b669510d.tar.gz
meson-4b3d48a8c94e28e12dc928fb343f52f3b669510d.tar.bz2
Merge pull request #8192 from dcbaker/submit/minstall-type-annotations
Add type annotations to minstall (and some related cleanups)
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 888403c..daf7431 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -26,6 +26,7 @@ modules = [
'mesonbuild/mcompile.py',
'mesonbuild/mesonlib.py',
'mesonbuild/minit.py',
+ 'mesonbuild/minstall.py',
'mesonbuild/mintro.py',
'mesonbuild/mlog.py',
'mesonbuild/modules/fs.py',