mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* chore: upgrade black and mypy * chore: update black config ignore generated files from ply * chore: upgrade pre-commit plugins
21 lines
308 B
Text
21 lines
308 B
Text
py
|
|
pytest>=6
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-bugbear
|
|
restructuredtext_lint
|
|
pytest-cov
|
|
pytest-timeout
|
|
pytest-subprocess
|
|
prompt-toolkit>=3.0
|
|
pygments>=2.2
|
|
coverage>=5.3.1
|
|
black==21.7b0
|
|
pre-commit
|
|
|
|
# types related
|
|
mypy==0.910
|
|
types-ujson
|
|
|
|
# ensure tests run with the amalgamated (==production) xonsh
|
|
amalgamate
|