mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Update ecosystem checks for bokeh to 3.3 (#6249)
Bokeh 3.3 is planned for release this month (https://github.com/bokeh/bokeh/issues/13207) and is their default branch now
This commit is contained in:
parent
67b88803d8
commit
2e1754e5fc
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ 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("bokeh", "bokeh", "branch-3.3", select="ALL"),
|
||||
Repository("pypa", "build", "main"),
|
||||
Repository("pypa", "cibuildwheel", "main"),
|
||||
Repository("pypa", "pip", "main"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue