automatrop: Accomodate forks

prenix
Geoffrey Frogeye 2021-10-17 14:37:41 +02:00
parent ecdbca37ba
commit 0b72ee071e
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
mypy
{% if not arch_based %}
black
{# On arch it's installed as a dependency, also it's called python-black #}
{% endif %}
{% if arch_based %}
python-language-server
pyls-mypy
python-language-server-black
python-lsp-server
python-mypy-ls
python-lsp-black
{% endif %}