From ce241f974a7608827fd1a3227cb9c89c6bbc2c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 27 Feb 2026 14:48:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20ignores=20for=20Ruff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 54462ed0ae..7e1dc8c1ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -323,6 +323,7 @@ ignore = [ "docs_src/json_base64_bytes/tutorial001_py310.py" = ["UP012"] "docs_src/stream_json_lines/tutorial001_py310.py" = ["UP028"] "docs_src/stream_data/tutorial001_py310.py" = ["UP028"] +"docs_src/stream_data/tutorial002_py310.py" = ["UP028"] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "starlette"]