AutoYADM commit: 2025-07-14 16:20:07

This commit is contained in:
Daniel Fichtinger 2025-07-14 16:20:07 -04:00
parent d3bd3f224b
commit 8d90ff726a

View file

@ -2,8 +2,8 @@ hook global WinSetOption filetype=python %{
# set-option window expandtab true # set-option window expandtab true
# set-option window softtabstop 4 # set-option window softtabstop 4
set-option window formatcmd %{ set-option window formatcmd %{
ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null | uv run ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null |
ruff format --line-length 74 - uv run ruff format --line-length 74 -
} }
hook -group python-auto-format window BufWritePre .* %{ hook -group python-auto-format window BufWritePre .* %{
try format try format