diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2024-10-01 10:41:59 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-03-01 13:30:06 +0200 |
commit | f0795e14c55dfbad2291136090ee964cce2c38ed (patch) | |
tree | e9c977aaee1b004867034a481d66206230891399 /run_mypy.py | |
parent | dfa118547247dc862310052f75fcdbc020089c24 (diff) | |
download | meson-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-x | run_mypy.py | 1 |
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', |