Files
zulip/tools
Anders Kaseorg 4b19baa7e8 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>
(cherry picked from commit d32d4434dd)
2024-05-07 18:01:29 -07:00
..
2024-03-07 15:07:12 -08:00
2023-02-23 16:04:17 -08:00
2024-03-07 15:07:12 -08:00
2024-05-07 12:52:51 -07:00
2023-03-20 15:48:29 -07:00
2024-01-05 10:32:54 -05:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.