2021-06-13 14:45:20 +02:00
|
|
|
mypy
|
|
|
|
{% if not arch_based %}
|
|
|
|
black
|
2021-10-17 14:37:41 +02:00
|
|
|
{# On arch it's installed as a dependency, also it's called python-black #}
|
2021-06-13 14:45:20 +02:00
|
|
|
{% endif %}
|
|
|
|
{% if arch_based %}
|
2021-10-17 14:37:41 +02:00
|
|
|
python-lsp-server
|
|
|
|
python-mypy-ls
|
|
|
|
python-lsp-black
|
2021-06-13 14:45:20 +02:00
|
|
|
{% endif %}
|
2021-11-11 21:53:40 +01:00
|
|
|
ipython
|
2021-12-28 19:03:00 +01:00
|
|
|
{# EOF #}
|