From 060c4437bee04ded536ace4127ca8d2caeca74b4 Mon Sep 17 00:00:00 2001 From: Zanie Date: Fri, 29 Dec 2023 14:26:16 -0600 Subject: [PATCH] Use branch instead of commit --- 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 5b7534cd41d998..419408a6d85c44 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -101,7 +101,7 @@ repo=Repository( owner="zanieb", name="huggingface-notebooks", - ref="68cd6fa1a2831c5189f85257c13d691cb76292db", + ref="zb/fix-syntax", ), check_options=CheckOptions(select=JUPYTER_NOTEBOOK_SELECT), config_overrides={"include": ["*.ipynb"]},