python-zulip-api/tools
Anders Kaseorg 5428c5f296 typing: Convert function type annotations to Python 3 style.
Generated by com2ann (slightly patched to avoid also converting
assignment type annotations, which require Python 3.6), followed by
some manual whitespace adjustment, and two fixes for use-before-define
issues:

-    def set_zulip_client(self, zulipToJabberClient: ZulipToJabberBot) -> None:
+    def set_zulip_client(self, zulipToJabberClient: 'ZulipToJabberBot') -> None:

-def init_from_options(options: Any, client: Optional[str] = None) -> Client:
+def init_from_options(options: Any, client: Optional[str] = None) -> 'Client':

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-18 20:31:14 -07:00
..
server_lib lint: Use zulint's methods for lister and printing errors. 2020-01-14 16:00:24 -08:00
.coveragerc test suites: Add zulip package tests to Travis and Codecov. 2017-09-12 01:27:09 -07:00
clean-branches Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
clean-repo Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
custom_check.py lint: Upgrade zulint. 2020-04-18 20:31:14 -07:00
deploy deploy: Fix urllib.parse import. 2020-04-18 20:31:14 -07:00
deploy-branch Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-rebase-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
lint typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
pep8.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
provision Squash py3_requirements.txt into requirements.txt. 2020-04-03 08:18:08 -04:00
release-packages Remove all remaining from __future__ imports. 2020-04-03 08:18:08 -04:00
reset-to-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
review typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
run-mypy lint: Upgrade zulint. 2020-04-18 20:31:14 -07:00
test-bots bots: Fix a Chessbot dependency error. 2018-12-09 18:57:10 -08:00
test-botserver Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00
test-lib Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00
test-main test-main: Pass command-line arguments to each script. 2018-06-28 14:55:23 -04:00
test-static-analysis travis: Run mypy and linter in a single job. 2017-09-27 10:27:37 +02:00
test-zulip Finish the remaining migration of shebang to python3. 2020-04-03 08:18:08 -04:00