Skip to content

Commit 3a70805

Browse files
committed
120 for docs as well...
1 parent c4486f8 commit 3a70805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def test_desktop(monkeypatch):
8484
def test_docs_examples(example: CodeExample, eval_example: EvalExample):
8585
ruff_ignore: list[str] = ["F841", "I001"]
8686

87-
eval_example.set_config(ruff_ignore=ruff_ignore, target_version="py310", line_length=88)
87+
eval_example.set_config(ruff_ignore=ruff_ignore, target_version="py310", line_length=120)
8888

8989
if eval_example.update_examples: # pragma: no cover
9090
eval_example.format(example)

0 commit comments

Comments
 (0)