zulip/tools/lib
Anders Kaseorg 91a86c24f5 python: Replace None defaults with empty collections where appropriate.
Use read-only types (List ↦ Sequence, Dict ↦ Mapping, Set ↦
AbstractSet) to guard against accidental mutation of the default
value.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-13 15:31:27 -07:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
git-tools.bash tools: Give `require_clean_work_tree` our nice UI touches. 2020-04-06 17:52:10 -07:00
gitlint-rules.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
html_branches.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
pretty_print.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
provision.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
provision_inner.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
sanity_check.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
template_parser.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_script.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_server.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00