diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 190294e6fecff..5f7dad79c5468 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -97,7 +97,12 @@ ), # Jupyter Notebooks Project( - repo=Repository(owner="huggingface", name="notebooks", ref="main"), + # fork of `huggingface` without syntax errors in notebooks + repo=Repository( + owner="zanieb", + name="notebooks", + ref="68cd6fa1a2831c5189f85257c13d691cb76292db", + ), check_options=CheckOptions(select=JUPYTER_NOTEBOOK_SELECT), config_overrides={"include": ["*.ipynb"]}, ),