mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
Add some additional projects to the ecosystem CI (#6542)
Adding five new projects. Some of these have seen issues filed, the others, I just tabbed through our dependency pain and looked for some reasonably-large projects that enabled rules beyond the default rule set.
This commit is contained in:
parent
446ceed1ad
commit
eb24f5a0b9
1 changed files with 5 additions and 1 deletions
|
@ -109,6 +109,10 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("DisnakeDev", "disnake", "master"),
|
||||
Repository("apache", "airflow", "main", select="ALL"),
|
||||
Repository("bokeh", "bokeh", "branch-3.3", select="ALL"),
|
||||
Repository("commaai", "openpilot", "master"),
|
||||
Repository("freedomofpress", "securedrop", "develop"),
|
||||
Repository("ibis-project", "ibis", "master"),
|
||||
Repository("jrnl-org", "jrnl", "develop"),
|
||||
Repository("pypa", "build", "main"),
|
||||
Repository("pypa", "cibuildwheel", "main"),
|
||||
Repository("pypa", "pip", "main"),
|
||||
|
@ -118,6 +122,7 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("python-poetry", "poetry", "master"),
|
||||
Repository("scikit-build", "scikit-build", "main"),
|
||||
Repository("scikit-build", "scikit-build-core", "main"),
|
||||
Repository("sphinx-doc", "sphinx", "master"),
|
||||
Repository("tiangolo", "fastapi", "master"),
|
||||
Repository("zulip", "zulip", "main", select="ALL"),
|
||||
]
|
||||
|
@ -301,7 +306,6 @@ DIFF_LINE_RE = re.compile(
|
|||
r"^(?P<pre>[+-]) (?P<inner>(?P<path>[^:]+):(?P<lnum>\d+):\d+:) (?P<post>.*)$",
|
||||
)
|
||||
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue