Skip to content

Commit

Permalink
Exclude failing sphinx file in ecosytem checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 27, 2023
1 parent c716acc commit f213b28
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,17 @@
Project(
repo=Repository(owner="scikit-build", name="scikit-build-core", ref="main")
),
Project(repo=Repository(owner="sphinx-doc", name="sphinx", ref="master")),
Project(
repo=Repository(
owner="sphinx-doc",
name="sphinx",
ref="master",
),
format_options=FormatOptions(
# Does not contain valid UTF-8
exclude="tests/roots/test-pycode/cp_1251_coded.py"
),
),
Project(repo=Repository(owner="spruceid", name="siwe-py", ref="main")),
Project(repo=Repository(owner="tiangolo", name="fastapi", ref="master")),
Project(repo=Repository(owner="yandex", name="ch-backup", ref="main")),
Expand Down

0 comments on commit f213b28

Please sign in to comment.