dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_python.j2

10 lines
141 B
Plaintext
Raw Normal View History

mypy
{% if not arch_based %}
black
{% endif %}
{% if arch_based %}
python-language-server
pyls-mypy
python-language-server-black
{% endif %}