mirror of https://github.com/astral-sh/ruff
Run ecosystem CI checks without --isolated (#3445)
This commit is contained in:
parent
8b561313aa
commit
7062d1db16
|
|
@ -75,7 +75,6 @@ async def check(*, ruff: Path, path: Path) -> "Sequence[str]":
|
||||||
"check",
|
"check",
|
||||||
"--no-cache",
|
"--no-cache",
|
||||||
"--exit-zero",
|
"--exit-zero",
|
||||||
"--isolated",
|
|
||||||
"--select",
|
"--select",
|
||||||
"ALL",
|
"ALL",
|
||||||
".",
|
".",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue