File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 154154 "test_permissions.py" : [
155155 '"ResolverMatch" has incompatible type "str"; expected "Callable[..., Any]"' ,
156156 "_SupportsHasPermission" ,
157+ "Invalid type alias: expression is not a valid type" ,
157158 '"object" not callable' ,
158159 'Cannot assign multiple types to name "composed_perm" without an explicit "Type[...]" annotation' ,
159160 ],
187188 "base class" ,
188189 '"CharField" has incompatible type "Collection[Any]"' ,
189190 'Name "foo" is not defined' ,
191+ 'Unsupported left operand type for | ("ReturnDict")' ,
192+ 'Unsupported left operand type for | ("Dict[str, str]")' ,
190193 ],
191194 "test_serializer_lists.py" : [
192195 'Name "foo" is not defined' ,
205208 "test_testing.py" : [
206209 '"Client" has no attribute "force_authenticate"' ,
207210 '"Client" has no attribute "credentials"' ,
211+ 'has no attribute "addClassCleanup"' ,
208212 ],
209213 "test_throttling.py" : [
210214 'has incompatible type "Dict[<nothing>, <nothing>]"' ,
You can’t perform that action at this time.
0 commit comments