diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-01 14:28:08 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-08 20:15:58 +0200 |
commit | 23818fc5a389c49e2673f79af2c90d9d56b1aaf0 (patch) | |
tree | 75d73e4d81c9b1ca3187668808a80a8673ead0e6 /run_mypy.py | |
parent | 1b19822a2df7ff969e3734973f131df9ed9d2ee3 (diff) | |
download | meson-23818fc5a389c49e2673f79af2c90d9d56b1aaf0.zip meson-23818fc5a389c49e2673f79af2c90d9d56b1aaf0.tar.gz meson-23818fc5a389c49e2673f79af2c90d9d56b1aaf0.tar.bz2 |
typing: more fixes
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 759d667..d5ec55d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -15,6 +15,7 @@ modules = [ # specific files 'mesonbuild/arglist.py', # 'mesonbuild/compilers/mixins/intel.py', + # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', 'mesonbuild/dependencies/mpi.py', |