mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:43 +00:00
Run ecosystem CI checks without --isolated (#3445)
This commit is contained in:
parent
8b561313aa
commit
7062d1db16
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue