diff --git a/scripts/typecheck_django_tests.xsh b/scripts/typecheck_django_tests.xsh index ce2f79f..b655474 100644 --- a/scripts/typecheck_django_tests.xsh +++ b/scripts/typecheck_django_tests.xsh @@ -17,8 +17,12 @@ IGNORED_ERROR_PATTERNS = [ TESTS_DIRS = [ 'absolute_url_overrides', 'admin_*', - 'aggregation*', - 'annotations' + 'aggregation', + 'aggregation_regress', + 'annotations', + 'app_loading', + 'apps', + 'auth_tests' ] def check_file_in_the_current_directory(directory, fname):