aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-21 18:17:16 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-10-01 15:05:00 -0700
commitfe97977b00e2b3c0fec9bc85aa0bf3e11559802a (patch)
tree578ddd7e5967e27ef89ae5605d3780ba828dd05b /run_mypy.py
parent96a1ae6dfe9209d907803b9f2ecca29d2047a47f (diff)
downloadmeson-fe97977b00e2b3c0fec9bc85aa0bf3e11559802a.zip
meson-fe97977b00e2b3c0fec9bc85aa0bf3e11559802a.tar.gz
meson-fe97977b00e2b3c0fec9bc85aa0bf3e11559802a.tar.bz2
compilers/cpp: Add type annotations
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 46fce9b..0b297a5 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -19,6 +19,7 @@ modules = [
'mesonbuild/compilers/compilers.py',
'mesonbuild/compilers/c.py',
'mesonbuild/compilers/c_function_attributes.py',
+ 'mesonbuild/compilers/cpp.py',
'mesonbuild/compilers/objc.py',
'mesonbuild/compilers/objcpp.py',
# 'mesonbuild/coredata.py',