From 0a99bd84ce90564b10dbb7c3cf51c70922f4daed Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 22 Mar 2024 15:28:13 -0500 Subject: [PATCH] Add `PlasmaPy` to ecosystem checks (#10530) ref https://github.com/astral-sh/ruff/issues/10528#issuecomment-2015805710 --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 3e8ae717b8..ea6ae33e08 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -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"),