12700 dummy fields #6144
Annotations
7 errors
Run mypy
Process completed with exit code 1.
|
Report mypy:
weblate/auth/models.py#L328
Incompatible return value type (got "User | None", expected "User")
|
Report mypy:
weblate/auth/models.py#L371
Signature of "contribute_to_class" incompatible with supertype "Field"
|
Report mypy:
weblate/auth/models.py#L499
Argument "request" to "create" of "AuditLogManager" has incompatible type "None"; expected "AuthenticatedHttpRequest"
|
Report mypy:
weblate/auth/models.py#L861
Argument "request" to "create" of "AuditLogManager" has incompatible type "AuthenticatedHttpRequest | None"; expected "AuthenticatedHttpRequest"
|
Report mypy:
weblate/auth/models.py#L877
Argument "request" to "create" of "AuditLogManager" has incompatible type "AuthenticatedHttpRequest | None"; expected "AuthenticatedHttpRequest"
|
Report mypy:
weblate/auth/models.py#L1189
Need type annotation for "AUTH_RESTRICT_ADMINS" (hint: "AUTH_RESTRICT_ADMINS: dict[<type>, <type>] = ...")
|
Loading