zulip/tools/documentation_crawler/documentation_crawler
Anders Kaseorg 3ffed617a2 mypy: Type simple generators as Iterator, not Iterable.
A generator that yields values without receiving or returning them is
an Iterator.  Although every Iterator happens to be iterable, Iterable
is a confusing annotation for generators because a generator is only
iterable once.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-23 11:29:54 -07:00
..
commands python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
spiders mypy: Type simple generators as Iterator, not Iterable. 2020-06-23 11:29:54 -07:00
__init__.py docs-test: Add scrapy crawler to check documentation not having broken links. 2016-10-25 11:35:16 -07:00
settings.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00