fix python

This commit is contained in:
Lukas Wurzinger 2025-01-03 21:37:12 +01:00
parent 5a0a85aed9
commit d45aacbead
No known key found for this signature in database

View file

@ -1,3 +1,8 @@
[[language]]
name = "gotmpl"
file-types = ["tmpl"]
[[language]]
name = "python"
language-servers = [ "basedpyright" ]
formatter = {command = 'ruff', args = ["format", "--quiet", "-"]}