diff options
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 aca42da..7f8f23d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -36,6 +36,7 @@ strict_modules = [ 'mesonbuild/ast', 'mesonbuild/wrap', 'run_mypy.py', + 'tools', ] normal_args = ['--follow-imports=skip'] |