diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 5f7dad79c54689..5b7534cd41d998 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -100,7 +100,7 @@ # fork of `huggingface` without syntax errors in notebooks repo=Repository( owner="zanieb", - name="notebooks", + name="huggingface-notebooks", ref="68cd6fa1a2831c5189f85257c13d691cb76292db", ), check_options=CheckOptions(select=JUPYTER_NOTEBOOK_SELECT),