aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-21 15:35:53 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:00 -0700
commit96a1ae6dfe9209d907803b9f2ecca29d2047a47f (patch)
tree1f30efe4b76906ca5db27cea7a5ac0cd4163a0ab /run_mypy.py
parent1d04caff29f675329ecb6491b50578474d71b6f4 (diff)
downloadmeson-96a1ae6dfe9209d907803b9f2ecca29d2047a47f.zip
meson-96a1ae6dfe9209d907803b9f2ecca29d2047a47f.tar.gz
meson-96a1ae6dfe9209d907803b9f2ecca29d2047a47f.tar.bz2
compilers: fully type annotate the C compilers
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 04f563a..46fce9b 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -17,6 +17,7 @@ modules = [
# specific files
'mesonbuild/arglist.py',
'mesonbuild/compilers/compilers.py',
+ 'mesonbuild/compilers/c.py',
'mesonbuild/compilers/c_function_attributes.py',
'mesonbuild/compilers/objc.py',
'mesonbuild/compilers/objcpp.py',