configure python

This commit is contained in:
Ray Elliott 2025-12-07 23:12:35 +00:00
commit b9d9f7e264
9 changed files with 96 additions and 12 deletions

View file

@ -74,6 +74,11 @@ return {
formatting.stylua.with({
command = find_executable({ "stylua" }),
}),
-- black (Python)
formatting.black.with({
command = find_executable({ "black" }),
}),
},
-- Format on save