diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-01-10 10:31:08 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-01-10 23:06:20 -0500 |
| commit | fe51450970638d2610519ff2f42b4892bbaab1e0 (patch) | |
| tree | 6952e9695b5bde04db16e672db333d53b04a4f28 /run_mypy.py | |
| parent | 4b351aef26a19b4c73f6ef295f64da1c74bc713d (diff) | |
| download | meson-fe51450970638d2610519ff2f42b4892bbaab1e0.tar.gz | |
depfile: type annotate
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 1c2d64498..1c2759a52 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -25,6 +25,7 @@ modules = [ 'mesonbuild/arglist.py', 'mesonbuild/backend/backends.py', # 'mesonbuild/coredata.py', + 'mesonbuild/depfile.py', 'mesonbuild/envconfig.py', 'mesonbuild/interpreter/compiler.py', 'mesonbuild/interpreter/mesonmain.py', |
