dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_python.j2
2021-12-28 19:03:00 +01:00

13 lines
223 B
Django/Jinja

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-lsp-server
python-mypy-ls
python-lsp-black
{% endif %}
ipython
{# EOF #}