xonsh/xontrib
Noorhteen Raja NJ 3ce8c9b337
add py310 (#4270)
* chore: adding py310 to ci

though this will require code/parser changes, this is to prepare for
upcoming adoption

* fix: set python version as string

* fix: reference to master -> main

* fix: coverage is not reported in master

- disable amalgamation
	1. during coverage report tests
	2. qa tools like mypy may follow imports
- use python 3.9 for coverage and qa report. since it will have more
coverage and better typing support

* chore: use py3.10 with setup-py action

* chore: add news-item check job

* fix: py3.10 error while starting

the match statement is not supported.
while the syntax support is only upto py3.8

* fix: news-item checker

* chore: enable fail report for py310 tests

* test: add test for ptk_shell
2021-06-07 13:40:40 -04:00
..
abbrevs.py feat: add flake8-bugbear (#4288) 2021-05-26 23:15:34 +03:00
autovox.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
bashisms.py add py310 (#4270) 2021-06-07 13:40:40 -04:00
coreutils.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
distributed.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
free_cwd.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
jedi.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
mpl.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
mplhooks.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
pdb.py Add xontrib-pdb. Runs pdb on SIGUSR1. 2020-06-05 13:35:53 +02:00
prompt_ret_code.py Remove globals (#4280) 2021-05-20 13:14:26 +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: add flake8-bugbear (#4288) 2021-05-26 23:15:34 +03:00
whole_word_jumping.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
xog.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00

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.