automatrop: Accomodate forks

This commit is contained in:
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 mypy
{% if not arch_based %} {% if not arch_based %}
black black
{# On arch it's installed as a dependency, also it's called python-black #}
{% endif %} {% endif %}
{% if arch_based %} {% if arch_based %}
python-language-server python-lsp-server
pyls-mypy python-mypy-ls
python-language-server-black python-lsp-black
{% endif %} {% endif %}