mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
Remove warning about unsupported expression types (#266)
* remove warning about unsupported expression for _meta.get_field() * lint
This commit is contained in:
@@ -31,7 +31,6 @@ IGNORED_ERRORS = {
|
||||
re.compile(r'has no attribute ("|\')_[a-zA-Z_]+("|\')'),
|
||||
"'Settings' object has no attribute",
|
||||
'**Dict',
|
||||
re.compile(r"Expression of type '.*' is not supported"),
|
||||
'has incompatible type "object"',
|
||||
'undefined in superclass',
|
||||
'Argument after ** must be a mapping',
|
||||
|
||||
Reference in New Issue
Block a user