mirror of https://github.com/astral-sh/ruff
Add pip to the ecosystem-ci check (#5521)
This commit is contained in:
parent
5100c56273
commit
634ed8975c
|
|
@ -89,6 +89,7 @@ REPOSITORIES: list[Repository] = [
|
|||
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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue