aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-01-10 10:31:08 -0800
committerEli Schwartz <eschwartz93@gmail.com>2022-01-10 23:06:20 -0500
commitfe51450970638d2610519ff2f42b4892bbaab1e0 (patch)
tree6952e9695b5bde04db16e672db333d53b04a4f28 /run_mypy.py
parent4b351aef26a19b4c73f6ef295f64da1c74bc713d (diff)
downloadmeson-fe51450970638d2610519ff2f42b4892bbaab1e0.zip
meson-fe51450970638d2610519ff2f42b4892bbaab1e0.tar.gz
meson-fe51450970638d2610519ff2f42b4892bbaab1e0.tar.bz2
depfile: type annotate
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 1c2d644..1c2759a 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',