Skip to content

Commit

Permalink
Use fixed fork of huggingface/notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 29, 2023
1 parent b0ec884 commit 4f2cd34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
),
Expand Down

0 comments on commit 4f2cd34

Please sign in to comment.