aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-12-13 13:35:37 -0800
committerEli Schwartz <eschwartz93@gmail.com>2024-01-08 19:33:05 -0500
commit7d0d610045b9ae5860eb1c7e0e50bb04eaa17673 (patch)
tree8dd348f390f9ebd77164e4be86bf150cfa36e530 /run_mypy.py
parent25fa0e97216922a5d81181090c531493f1df1055 (diff)
downloadmeson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.zip
meson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.tar.gz
meson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.tar.bz2
ast/introspection: make mypy clean
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 8e04a76..a9b52d9 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -24,6 +24,7 @@ modules = [
'mesonbuild/wrap/',
# specific files
+ 'mesonbuild/ast/introspection.py',
'mesonbuild/ast/printer.py',
'mesonbuild/ast/postprocess.py',
'mesonbuild/ast/visitor.py',