diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-30 13:11:24 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-08 20:15:57 +0200 |
commit | 3dbfe8f75a17966917879e2be6037b262d807bac (patch) | |
tree | a8c2b52799337efb245dd0a72221726714c53465 /run_mypy.py | |
parent | 1217cf9a3bf7a49b68539ea1649ad5d8289ca5d1 (diff) | |
download | meson-3dbfe8f75a17966917879e2be6037b262d807bac.zip meson-3dbfe8f75a17966917879e2be6037b262d807bac.tar.gz meson-3dbfe8f75a17966917879e2be6037b262d807bac.tar.bz2 |
typing: fully annotate arglist
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 71b6727..c7d44b6 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -40,6 +40,8 @@ strict_modules = [ 'mesonbuild/scripts', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', + 'mesonbuild/compilers/mixins/intel.py', + 'mesonbuild/arglist.py', 'run_mypy.py', 'tools', ] |