diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2023-12-13 13:21:02 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-08 19:33:05 -0500 |
| commit | 25fa0e97216922a5d81181090c531493f1df1055 (patch) | |
| tree | a25e6dec07e3b6bf25cad3daf8071a09ef7304b6 /run_mypy.py | |
| parent | 5cd11473540a4f7948daaa3268815c7f79c60cfb (diff) | |
| download | meson-25fa0e97216922a5d81181090c531493f1df1055.tar.gz | |
ast: mark visitor and preprocessor as mypy safe
They already are warning free
Diffstat (limited to 'run_mypy.py')
| -rwxr-xr-x | run_mypy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index c3f391997..8e04a76ff 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -25,6 +25,8 @@ modules = [ # specific files 'mesonbuild/ast/printer.py', + 'mesonbuild/ast/postprocess.py', + 'mesonbuild/ast/visitor.py', 'mesonbuild/arglist.py', 'mesonbuild/backend/backends.py', 'mesonbuild/backend/nonebackend.py', |
