format/isolated
This commit is contained in:
parent
2635d74f91
commit
e2b8bdbc0a
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ rwx_ruff_format() {
|
|||
local path="${1}"
|
||||
ruff format \
|
||||
--diff \
|
||||
--line-length 80 \
|
||||
--isolated \
|
||||
--line-length "80" \
|
||||
"${path}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue