Skip to content

Commit

Permalink
ecosystem check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jul 16, 2023
1 parent 37e7ed5 commit 5326143
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions scripts/check_ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,10 @@ async def _get_commit(self: Self, checkout_dir: Path) -> str:


REPOSITORIES: list[Repository] = [
Repository("apache", "airflow", "main", select="ALL"),
Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
Repository("pypa", "build", "main"),
Repository("pypa", "cibuildwheel", "main"),
Repository("pypa", "setuptools", "main"),
Repository("pypa", "pip", "main"),
Repository("python", "mypy", "master"),
Repository("DisnakeDev", "disnake", "master"),
Repository("scikit-build", "scikit-build", "main"),
Repository("scikit-build", "scikit-build-core", "main"),
Repository("python", "typeshed", "main", select="PYI"),
Repository("zulip", "zulip", "main", select="ALL"),
Repository("sdv-dev", "SDMetrics", "master", select="PD"),
Repository("google-research", "robustness_metrics", "master", select="PD"),
Repository("soft-matter", "trackpy", "master", select="PD"),
Repository("microsoft", "FAML", "main", select="PD"),
]

SUMMARY_LINE_RE = re.compile(r"^(Found \d+ error.*)|(.*potentially fixable with.*)$")
Expand Down

0 comments on commit 5326143

Please sign in to comment.