aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-10-01 10:41:59 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2025-03-01 13:30:06 +0200
commitf0795e14c55dfbad2291136090ee964cce2c38ed (patch)
treee9c977aaee1b004867034a481d66206230891399 /run_mypy.py
parentdfa118547247dc862310052f75fcdbc020089c24 (diff)
downloadmeson-f0795e14c55dfbad2291136090ee964cce2c38ed.zip
meson-f0795e14c55dfbad2291136090ee964cce2c38ed.tar.gz
meson-f0795e14c55dfbad2291136090ee964cce2c38ed.tar.bz2
environment: make fully type safe
This as much as anything is to stop lying to envconfig about the potential types it will be given.
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 4f7a631..afa5531 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -36,6 +36,7 @@ modules = [
# 'mesonbuild/coredata.py',
'mesonbuild/depfile.py',
'mesonbuild/envconfig.py',
+ 'mesonbuild/environment.py',
'mesonbuild/interpreter/compiler.py',
'mesonbuild/interpreter/mesonmain.py',
'mesonbuild/interpreter/interpreterobjects.py',