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}"
|
local path="${1}"
|
||||||
ruff format \
|
ruff format \
|
||||||
--diff \
|
--diff \
|
||||||
--line-length 80 \
|
--isolated \
|
||||||
|
--line-length "80" \
|
||||||
"${path}"
|
"${path}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue