mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +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",
|
||||
"--no-cache",
|
||||
"--exit-zero",
|
||||
"--isolated",
|
||||
"--select",
|
||||
"ALL",
|
||||
".",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue