zulip/tools/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
..
documentation_crawler 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
scrapy.cfg cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00