diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 285f2eb76d..9f4ccc4ea0 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -95,6 +95,9 @@ DEFAULT_TARGETS = [ repo=Repository(owner="zulip", name="zulip", ref="main"), check_options=CheckOptions(select="ALL"), ), + Project( + repo=Repository(owner="indico", name="indico", ref="master"), + ), # Jupyter Notebooks Project( # fork of `huggingface` without syntax errors in notebooks