aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-11-23 13:20:40 -0800
committerDylan Baker <dylan@pnwbakers.com>2021-11-23 13:20:40 -0800
commite38c4defcbc357f2b719027506d64fdf3eb72e03 (patch)
tree5c4b7bde01fa92f6b1b9d29217879920706416b2 /run_mypy.py
parent904771c4e1a297dc37676cd9a5fdec826addfc44 (diff)
downloadmeson-e38c4defcbc357f2b719027506d64fdf3eb72e03.zip
meson-e38c4defcbc357f2b719027506d64fdf3eb72e03.tar.gz
meson-e38c4defcbc357f2b719027506d64fdf3eb72e03.tar.bz2
run_mypy: add modules/keyval
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 38ac676..ac8954c 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -41,6 +41,7 @@ modules = [
'mesonbuild/modules/fs.py',
'mesonbuild/modules/i18n.py',
'mesonbuild/modules/java.py',
+ 'mesonbuild/modules/keyval.py',
'mesonbuild/modules/qt.py',
'mesonbuild/modules/unstable_external_project.py',
'mesonbuild/modules/unstable_rust.py',