xonsh/xontrib
Faris A Chugthai b4aa80f097
Add brackets to ambiguous data type (#3981)
Without the brackets python defaults to assuming that the iterable is a tuple. In the reference guide `__all__` is explicitly stated to be of type `list`.

Functionally I'll admit this doesn't change anything but to observe the correct usage pattern of `__all__`, simply add the brackets.
2021-01-05 11:26:09 -05:00
..
abbrevs.py abbrevs: Allow for setting cursor position within expanded abbrev 2020-08-13 14:12:16 +02:00
autovox.py Make autovox work with Python 3.5 2020-04-08 20:13:12 +02:00
bashisms.py Bashisms shopt, complete 2020-09-25 09:57:36 +03:00
coreutils.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
distributed.py Add brackets to ambiguous data type (#3981) 2021-01-05 11:26:09 -05:00
free_cwd.py feat: upgrade black version to 20.8b1 2020-11-25 12:46:35 +05:30
jedi.py refactor: rewrite xontribs/jedi.xsh -> xontribs/jedi.py to take advan… (#3965) 2020-11-23 16:21:43 -05:00
mpl.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
mplhooks.py no_color to reset 2020-10-09 01:04:52 +03:00
pdb.py Add xontrib-pdb. Runs pdb on SIGUSR1. 2020-06-05 13:35:53 +02:00
prompt_ret_code.xsh no_color to reset 2020-10-09 01:04:52 +03:00
README interim add 2016-05-11 00:42:36 -04:00
vox.py Use f-string as per the reviewer request 2020-08-28 16:53:45 +02:00
voxapi.py feat: upgrade black version to 20.8b1 2020-11-25 12:46:35 +05:30
whole_word_jumping.py black 2020-09-22 00:11:21 +03:00
xog.py refactor: some backlog from when flake8 setup 2020-11-08 23:31:10 +05:30

xontrib is an implicit namespace package. DO NOT add an __init__.py file
to this directory.

Feel free to add both *.xsh and *.py files to the directory, they will be
installed and available.