We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4486f8 commit 3a70805Copy full SHA for 3a70805
tests/test_examples.py
@@ -84,7 +84,7 @@ async def test_desktop(monkeypatch):
84
def test_docs_examples(example: CodeExample, eval_example: EvalExample):
85
ruff_ignore: list[str] = ["F841", "I001"]
86
87
- eval_example.set_config(ruff_ignore=ruff_ignore, target_version="py310", line_length=88)
+ eval_example.set_config(ruff_ignore=ruff_ignore, target_version="py310", line_length=120)
88
89
if eval_example.update_examples: # pragma: no cover
90
eval_example.format(example)
0 commit comments