Skip to content

Commit

Permalink
Add some new projects to the ecosystem CI (#11468)
Browse files Browse the repository at this point in the history
Co-authored-by: Zanie Blue <contact@zanie.dev>
  • Loading branch information
charliermarsh and zanieb committed May 19, 2024
1 parent cd87b78 commit d9ec3d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,11 @@
],
},
),
Project(repo=Repository(owner="agronholm", name="anyio", ref="master")),
Project(repo=Repository(owner="python-trio", name="trio", ref="master")),
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")),
Project(repo=Repository(owner="mesonbuild", name="meson-python", ref="main")),
Project(repo=Repository(owner="pdm-project", name="pdm", ref="main")),
]

0 comments on commit d9ec3d5

Please sign in to comment.