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 7ad831d..22a9bdd 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -42,6 +42,7 @@ modules = [ 'mesonbuild/optinterpreter.py', 'mesonbuild/programs.py', + 'run_encoding_tests.py', 'run_mypy.py', 'run_project_tests.py', 'run_single_test.py', |