check/isolated
This commit is contained in:
parent
e2b8bdbc0a
commit
b41fe30bf3
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ rwx_ruff() {
|
||||||
rwx_ruff_check() {
|
rwx_ruff_check() {
|
||||||
local path="${1}"
|
local path="${1}"
|
||||||
ruff check \
|
ruff check \
|
||||||
--select "ALL" \
|
|
||||||
--ignore "D203,D213" \
|
--ignore "D203,D213" \
|
||||||
--ignore "COM812,ISC001" \
|
--isolated \
|
||||||
|
--select "ALL" \
|
||||||
"${path}"
|
"${path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue