From e5c7d874614e98f9331eb54d057238dd198ee884 Mon Sep 17 00:00:00 2001 From: InSync Date: Sun, 24 Nov 2024 18:47:11 +0700 Subject: [PATCH] Add `@astropy/astropy` to ecosystem checks (#14565) --- 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 90d12a487b..e6667bc71f 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -135,4 +135,5 @@ DEFAULT_TARGETS = [ 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")), + Project(repo=Repository(owner="astropy", name="astropy", ref="main")), ]