AutoYADM commit: 2025-07-14 16:20:07
This commit is contained in:
parent
d3bd3f224b
commit
8d90ff726a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ hook global WinSetOption filetype=python %{
|
|||
# set-option window expandtab true
|
||||
# set-option window softtabstop 4
|
||||
set-option window formatcmd %{
|
||||
ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null |
|
||||
ruff format --line-length 74 -
|
||||
uv run ruff check --select I --fix --stdin-filename $kak_buffile - 2>/dev/null |
|
||||
uv run ruff format --line-length 74 -
|
||||
}
|
||||
hook -group python-auto-format window BufWritePre .* %{
|
||||
try format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue