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