From 41a158c9e110905ef7dd0018369f73ec2837362d Mon Sep 17 00:00:00 2001 From: Zanie Date: Fri, 29 Dec 2023 11:17:24 -0600 Subject: [PATCH] Rename fork --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),