diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2023-12-13 13:20:00 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-08 19:33:05 -0500 |
| commit | 5cd11473540a4f7948daaa3268815c7f79c60cfb (patch) | |
| tree | 1e51b8e0460d9b6a5049dd6e770fc7db6a1d6148 /run_mypy.py | |
| parent | 7700618181249ec02ebe774d9c276d1c343b5dce (diff) | |
| download | meson-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-x | run_mypy.py | 1 |
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', |
