summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-12-13 13:20:00 -0800
committerEli Schwartz <eschwartz93@gmail.com>2024-01-08 19:33:05 -0500
commit5cd11473540a4f7948daaa3268815c7f79c60cfb (patch)
tree1e51b8e0460d9b6a5049dd6e770fc7db6a1d6148 /run_mypy.py
parent7700618181249ec02ebe774d9c276d1c343b5dce (diff)
downloadmeson-5cd11473540a4f7948daaa3268815c7f79c60cfb.tar.gz
ast/printer: fix mypy issues
Other than one case that I think cannot be actually hit (or it would fail).
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 067080b9a..c3f391997 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -24,6 +24,7 @@ modules = [
'mesonbuild/wrap/',
# specific files
+ 'mesonbuild/ast/printer.py',
'mesonbuild/arglist.py',
'mesonbuild/backend/backends.py',
'mesonbuild/backend/nonebackend.py',