AutoYADM commit: 2025-07-15 15:53:11
This commit is contained in:
parent
bd10e6bfc3
commit
31fa2537a1
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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue