Add PlasmaPy to ecosystem checks (#10530)

ref
https://github.com/astral-sh/ruff/issues/10528#issuecomment-2015805710
This commit is contained in:
Zanie Blue 2024-03-22 15:28:13 -05:00 committed by GitHub
parent 9feb9b0aa8
commit 0a99bd84ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ DEFAULT_TARGETS = [
Project(repo=Repository(owner="Snowflake-Labs", name="snowcli", ref="main")),
Project(repo=Repository(owner="aiven", name="aiven-client", ref="main")),
Project(repo=Repository(owner="alteryx", name="featuretools", ref="main")),
Project(repo=Repository(owner="PlasmaPy", name="PlasmaPy", ref="main")),
Project(
repo=Repository(owner="apache", name="airflow", ref="main"),
check_options=CheckOptions(select="ALL"),