zulip/zerver
Anders Kaseorg d32d4434dd partial: Replace returns plugin with an annotation.
The returns plugin hasn’t been updated for mypy ≥ 1.6.  This
annotation is more limited in that it only supports a fixed number of
positional arguments and no keyword arguments, but is good enough for
our purposes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-04-29 17:14:41 -07:00
..
actions presence: Always run do_update_user_presence in a transaction. 2024-04-29 17:07:18 -07:00
data_import partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
integration_fixtures/nagios
lib partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
management partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
migrations user_groups: Remove unneeded fields from UserGroup model. 2024-04-26 17:03:09 -07:00
models user_groups: Remove unneeded fields from UserGroup model. 2024-04-26 17:03:09 -07:00
openapi exceptions: Add IncompatibleParametersError as a JsonableError. 2024-04-29 16:58:47 -07:00
tests test_events: Switch verify_action to a context manager API. 2024-04-29 17:14:41 -07:00
tornado partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
transaction_tests user_groups: Create NamedUserGroup objects when creating new groups. 2024-04-26 17:03:09 -07:00
views partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
webhooks partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
worker partial: Replace returns plugin with an annotation. 2024-04-29 17:14:41 -07:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py python: Reformat with Ruff formatter. 2024-02-29 17:07:16 -08:00
decorator.py test_decorators: Replace some deleted tests. 2024-03-29 09:39:34 -07:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py python: Mark regexes as raw strings. 2024-04-26 12:30:31 -07:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py db: Split reset_queries into a new module zerver.lib.db_connections. 2024-04-17 16:49:03 -07:00
signals.py ruff: Fix UP036 Version block is outdated for minimum Python version. 2024-04-01 18:32:52 -07:00