mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 23:54:36 -05: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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user