diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-12-13 13:35:37 -0800 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-08 19:33:05 -0500 |
commit | 7d0d610045b9ae5860eb1c7e0e50bb04eaa17673 (patch) | |
tree | 8dd348f390f9ebd77164e4be86bf150cfa36e530 /run_mypy.py | |
parent | 25fa0e97216922a5d81181090c531493f1df1055 (diff) | |
download | meson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.zip meson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.tar.gz meson-7d0d610045b9ae5860eb1c7e0e50bb04eaa17673.tar.bz2 |
ast/introspection: make mypy clean
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 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', |