From 3dbfe8f75a17966917879e2be6037b262d807bac Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 30 Aug 2020 13:11:24 +0200 Subject: typing: fully annotate arglist --- run_mypy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_mypy.py') 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', ] -- cgit v1.1