Run ecosystem CI checks without --isolated (#3445)

This commit is contained in:
Charlie Marsh 2023-03-10 19:03:51 -05:00 committed by GitHub
parent 8b561313aa
commit 7062d1db16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,6 @@ async def check(*, ruff: Path, path: Path) -> "Sequence[str]":
"check",
"--no-cache",
"--exit-zero",
"--isolated",
"--select",
"ALL",
".",