This commit is contained in:
Maxim Kurnikov
2019-02-05 16:09:42 +03:00
parent be0b2eebb2
commit e4d2b795e3
6 changed files with 38 additions and 23 deletions

View File

@@ -137,6 +137,9 @@ IGNORED_ERRORS = {
'requests': [
'Incompatible types in assignment (expression has type "Dict[str, str]", variable has type "QueryDict")'
],
'responses': [
'Argument 1 to "TextIOWrapper" has incompatible type "HttpResponse"; expected "IO[bytes]"'
],
'prefetch_related': [
'Incompatible types in assignment (expression has type "List[Room]", variable has type "QuerySet[Room]")',
'"None" has no attribute "__iter__"',