[mypy-zerver.views.auth] # Other issues in this file too
strict_optional=False
[mypy-zerver.views.realm] # Other issues in this file too
strict_optional=False
[mypy-zerver.views.messages] # Other issues in this file too
strict_optional=False
[mypy-zerver.views.users] # Other issues in this file too
strict_optional=False
# One change required?
[mypy-zerver.lib.notifications] # line 122: Using group from regex, which might return None
strict_optional=False
[mypy-zerver.lib.avatar] # str vs Optional[str]
strict_optional=False
[mypy-zerver.lib.soft_deactivation]
strict_optional=False
[mypy-zerver.lib.events] # signup_notifications_stream is Optional, but accessing id property
strict_optional=False
[mypy-zerver.lib.exceptions] #21: error: Return type of "__reduce_ex__" incompatible with supertype "object"
strict_optional=False
[mypy-zerver.lib.bugdown.api_arguments_table_generator] #18: error: Item "None" of "Optional[Dict[str, Any]]" has no attribute "items"
strict_optional=False
[mypy-zerver.migrations.0077_add_file_name_field_to_realm_emoji] #73: error: Argument 2 to "upload_files" of "Uploader" has incompatible type "Optional[bytes]"; expected "bytes"
strict_optional=False
[mypy-zerver/management/commands/check_redis] #32: error: Incompatible types in assignment (expression has type "None", variable has type "UserProfile")
strict_optional=False
[mypy-zilencer.management.commands.calculate_first_visible_message_id] #33: error: Argument 1 to "maybe_update_first_visible_message_id" has incompatible type "Optional[Realm]"; expected "Realm"
strict_optional=False
[mypy-zilencer.management.commands.add_new_realm] #22: error: List item 0 has incompatible type "Optional[Stream]"; expected "Stream"
strict_optional=False
# Re-architecting required?
[mypy-zerver.lib.queue] # Delayed setup of SimpleQueueClient.channel (Optional)