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

12 lines
213 B
Plaintext
Raw Normal View History

mypy
{% if not arch_based %}
black
2021-10-17 14:37:41 +02:00
{# On arch it's installed as a dependency, also it's called python-black #}
{% endif %}
{% if arch_based %}
2021-10-17 14:37:41 +02:00
python-lsp-server
python-mypy-ls
python-lsp-black
{% endif %}
2021-11-11 21:53:40 +01:00
ipython