python-zulip-api/zulip_bots/zulip_bots
PIG208 e27ac0ddbe pyupgrade: Replace Text with str.
We uses `pyupgrade --py3-plus` to automatically replace all occurence
of `Text`. But manual fix is required to remove the unused imports. Note
that with this configuration pyupgrade also convert string literals to
.format(...) style, which is manually not included in the commit as well.
2021-06-02 18:45:57 -07:00
..
bots pyupgrade: Replace Text with str. 2021-06-02 18:45:57 -07:00
tests black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
custom_exceptions.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
finder.py pyupgrade: Replace Text with str. 2021-06-02 18:45:57 -07:00
game_handler.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
lib.py pyupgrade: Replace Text with str. 2021-06-02 18:45:57 -07:00
provision.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
py.typed zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. 2019-08-09 17:29:04 -07:00
request_test_lib.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
run.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
simple_lib.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
terminal.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
test_file_utils.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
test_lib.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00