mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add Poetry and FastAPI to ecosystem checks (#6245)
Poetry in particular would be useful to avoid issues like https://github.com/astral-sh/ruff/issues/6233.
This commit is contained in:
parent
928ab63a64
commit
e08f873077
1 changed files with 5 additions and 3 deletions
|
@ -106,17 +106,19 @@ class Repository(NamedTuple):
|
|||
|
||||
|
||||
REPOSITORIES: list[Repository] = [
|
||||
Repository("DisnakeDev", "disnake", "master"),
|
||||
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("pypa", "setuptools", "main"),
|
||||
Repository("python", "mypy", "master"),
|
||||
Repository("DisnakeDev", "disnake", "master"),
|
||||
Repository("python", "typeshed", "main", select="PYI"),
|
||||
Repository("python-poetry", "poetry", "master"),
|
||||
Repository("scikit-build", "scikit-build", "main"),
|
||||
Repository("scikit-build", "scikit-build-core", "main"),
|
||||
Repository("python", "typeshed", "main", select="PYI"),
|
||||
Repository("tiangolo", "fastapi", "master"),
|
||||
Repository("zulip", "zulip", "main", select="ALL"),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue