diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-09-15 14:26:28 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-20 15:15:53 -0700 |
| commit | f4fbb17301d87e4c774ed50a449051511a3982c2 (patch) | |
| tree | e3cabe1df3aeab472ffbc2a20cc0191c05004a9b /run_mypy.py | |
| parent | 229ed1c9d467227da36eb0cafa84bbe15d92370e (diff) | |
| download | meson-f4fbb17301d87e4c774ed50a449051511a3982c2.tar.gz | |
interpreter/dependencyfallbacks: use DependencyObjectKWs
This allows for a lot of type safety to be introduced, and almost all
casting to be removed.
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 08d579113..18c46f1f7 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -35,6 +35,7 @@ modules = [ 'mesonbuild/envconfig.py', 'mesonbuild/environment.py', 'mesonbuild/interpreter/compiler.py', + 'mesonbuild/interpreter/dependencyfallbacks.py', 'mesonbuild/interpreter/mesonmain.py', 'mesonbuild/interpreter/interpreterobjects.py', 'mesonbuild/interpreter/type_checking.py', |
