mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 04:34:29 +08:00
remove unused ignore pattern (#239)
This commit is contained in:
@@ -164,9 +164,6 @@ IGNORED_ERRORS = {
|
|||||||
'decorators': [
|
'decorators': [
|
||||||
'"Type[object]" has no attribute "method"'
|
'"Type[object]" has no attribute "method"'
|
||||||
],
|
],
|
||||||
'expressions_case': [
|
|
||||||
'Item "Field[Any, Any]" of "Union[Field[Any, Any], ForeignObjectRel]" has no attribute "is_relation"'
|
|
||||||
],
|
|
||||||
'expressions_window': [
|
'expressions_window': [
|
||||||
'has incompatible type "str"'
|
'has incompatible type "str"'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user