From 9ce33096da34eac36c20b1561640db3cdfa88868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 1 Mar 2026 09:07:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20Ruff=20ignores?= 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 37caa322f6..3d699f68fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -324,6 +324,7 @@ ignore = [ "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"] +"docs_src/server_sent_events/tutorial001_py310.py" = ["UP028"] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "starlette"]