AutoYADM commit: 2025-07-15 15:53:11

This commit is contained in:
Daniel Fichtinger 2025-07-15 15:53:11 -04:00
parent bd10e6bfc3
commit 31fa2537a1

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 %{
uv run ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null | ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null |
uv run ruff format --line-length 74 - ruff format -
} }
hook -group python-auto-format window BufWritePre .* %{ hook -group python-auto-format window BufWritePre .* %{
try format try format