aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-17 12:38:58 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-24 12:14:13 -0700
commit02658fdda47f537cff3f52c7e1a97b0ae2d3525b (patch)
tree8c77663b83d717144d6b3ccf46141e3b384cd577 /run_mypy.py
parent0d644ac87b748c9852e53d61933cf5fddb6438e4 (diff)
downloadmeson-02658fdda47f537cff3f52c7e1a97b0ae2d3525b.zip
meson-02658fdda47f537cff3f52c7e1a97b0ae2d3525b.tar.gz
meson-02658fdda47f537cff3f52c7e1a97b0ae2d3525b.tar.bz2
run_mypy: compilers/c_function_attributes is already type safe
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 5fa62e1..6d9eb13 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -16,6 +16,7 @@ modules = [
# specific files
'mesonbuild/arglist.py',
'mesonbuild/compilers/compilers.py',
+ 'mesonbuild/compilers/c_function_attributes.py',
# 'mesonbuild/coredata.py',
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',