automatrop: Accomodate forks
This commit is contained in:
parent
ecdbca37ba
commit
0b72ee071e
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue