diff --git a/scripts/typecheck_tests.py b/scripts/typecheck_tests.py index c9a74b8..0343a79 100644 --- a/scripts/typecheck_tests.py +++ b/scripts/typecheck_tests.py @@ -133,6 +133,9 @@ IGNORED_ERRORS = { 'db_typecasts': [ '"object" has no attribute "__iter__"; maybe "__str__" or "__dir__"? (not iterable)' ], + 'expressions': [ + 'Argument 1 to "Subquery" has incompatible type "Sequence[Dict[str, Any]]"; expected "QuerySet[Any]"' + ], 'from_db_value': [ 'has no attribute "vendor"' ],