mirror of https://github.com/astral-sh/ruff
ci(check_ecosystem): add PyPa/build (#3569)
This commit is contained in:
parent
53a4743631
commit
4bdb2dd362
|
|
@ -60,6 +60,7 @@ class Repository(NamedTuple):
|
||||||
REPOSITORIES = {
|
REPOSITORIES = {
|
||||||
"airflow": Repository("apache", "airflow", "main", select="ALL"),
|
"airflow": Repository("apache", "airflow", "main", select="ALL"),
|
||||||
"bokeh": Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
|
"bokeh": Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
|
||||||
|
"build": Repository("pypa", "build", "main"),
|
||||||
"cibuildwheel": Repository("pypa", "cibuildwheel", "main"),
|
"cibuildwheel": Repository("pypa", "cibuildwheel", "main"),
|
||||||
"disnake": Repository("DisnakeDev", "disnake", "master"),
|
"disnake": Repository("DisnakeDev", "disnake", "master"),
|
||||||
"scikit-build": Repository("scikit-build", "scikit-build", "main"),
|
"scikit-build": Repository("scikit-build", "scikit-build", "main"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue