Skip to content

Commit 45cba96

Browse files
authored
Add home-assistant to ecosystem projects (astral-sh#23132)
Summary -- I think Micha suggested this before, but I couldn't find the message. This also may have helped to catch astral-sh#23125. Test Plan -- CI on this PR. I think this is a pretty large repo, so I want to make sure it doesn't cause too much of a slowdown, in addition to the job passing. However, it only takes ~4 seconds to check locally compared to ~22 for airflow, despite containing more files (16k vs 6.5k) and more lines of code (3 million vs 1.2 million).
1 parent 0c52521 commit 45cba96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/ruff-ecosystem/ruff_ecosystem/defaults.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,5 @@
151151
),
152152
Project(repo=Repository(owner="pdm-project", name="pdm", ref="main")),
153153
Project(repo=Repository(owner="astropy", name="astropy", ref="main")),
154+
Project(repo=Repository(owner="home-assistant", name="core", ref="dev")),
154155
]

0 commit comments

Comments
 (0)