mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Add PlasmaPy to ecosystem checks (#10530)
ref https://github.com/astral-sh/ruff/issues/10528#issuecomment-2015805710
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user