zulip/zerver/lib/bugdown
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 python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
api_arguments_table_generator.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
api_return_values_table_generator.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
fenced_code.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
help_emoticon_translations_table.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
help_relative_links.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
help_settings_links.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
include.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
nested_code_blocks.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
tabbed_sections.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
testing_mocks.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
tlds-alpha-by-domain.txt