Order unordered querysets by primary key #519
Annotations
3 errors and 5 warnings
Typing:
tests/auth/test_mutations.py#L31
Type "AwaitableOrValue[AbstractBaseUser]" is not assignable to declared type "User | None"
Type "AwaitableOrValue[AbstractBaseUser]" is not assignable to type "User | None"
Type "AbstractBaseUser" is not assignable to type "User | None"
"AbstractBaseUser" is not assignable to "User"
"AbstractBaseUser" is not assignable to "None" (reportAssignmentType)
|
Typing:
tests/auth/test_queries.py#L16
Type "UserType" is not assignable to declared type "User | None"
Type "UserType" is not assignable to type "User | None"
Type "AbstractBaseUser" is not assignable to type "User | None"
"AbstractBaseUser" is not assignable to "User"
"AbstractBaseUser" is not assignable to "None" (reportAssignmentType)
|
Typing
2 errors
|
Typing:
strawberry_django/fields/filter_order.py#L258
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Typing:
strawberry_django/fields/filter_order.py#L368
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Typing:
tests/test_ordering.py#L173
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Typing:
tests/test_ordering.py#L174
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Typing
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|