From f0795e14c55dfbad2291136090ee964cce2c38ed Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 1 Oct 2024 10:41:59 -0700 Subject: environment: make fully type safe This as much as anything is to stop lying to envconfig about the potential types it will be given. --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index 4f7a6317b..afa5531cd 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', -- cgit v1.2.3