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

11 lines
205 B
Plaintext
Raw Normal View History

mypy
{% if not arch_based %}
black
2021-10-17 12:37:41 +00:00
{# On arch it's installed as a dependency, also it's called python-black #}
{% endif %}
{% if arch_based %}
2021-10-17 12:37:41 +00:00
python-lsp-server
python-mypy-ls
python-lsp-black
{% endif %}