mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
[Ecosystem checks] trio
has changed its default branch name to main
(#12225)
Fixes CI errors seen in
https://github.com/astral-sh/ruff/pull/12224#issuecomment-2212594024
x-ref
17b3644f64
This commit is contained in:
parent
757c75752e
commit
d9c15e7a12
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ DEFAULT_TARGETS = [
|
|||
},
|
||||
),
|
||||
Project(repo=Repository(owner="agronholm", name="anyio", ref="master")),
|
||||
Project(repo=Repository(owner="python-trio", name="trio", ref="master")),
|
||||
Project(repo=Repository(owner="python-trio", name="trio", ref="main")),
|
||||
Project(repo=Repository(owner="wntrblm", name="nox", ref="main")),
|
||||
Project(repo=Repository(owner="pytest-dev", name="pytest", ref="main")),
|
||||
Project(repo=Repository(owner="encode", name="httpx", ref="master")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue