Skip to content

Commit

Permalink
Select ALL and use isolated, add scikit-build and airflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Mar 10, 2023
1 parent ffb39e8 commit d3c53d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/check_ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ async def clone(self: Self) -> "AsyncIterator[Path]":
REPOSITORIES = {
"zulip": Repository("zulip", "zulip", "main"),
"bokeh": Repository("bokeh", "bokeh", "branch-3.2"),
"scikit-build": Repository("scikit-build", "scikit-build", "main"),
"airflow": Repository("apache", "airflow", "main"),
}

SUMMARY_LINE_RE = re.compile(r"^(Found \d+ error.*)|(.*potentially fixable with.*)$")
Expand All @@ -73,6 +75,9 @@ async def check(*, ruff: Path, path: Path) -> "Sequence[str]":
"check",
"--no-cache",
"--exit-zero",
"--isolated",
"--select",
"ALL",
".",
stdout=PIPE,
stderr=PIPE,
Expand Down

0 comments on commit d3c53d8

Please sign in to comment.