From 30ed44fc867fdeb80311adfc6752dc71286468b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 26 Feb 2026 23:06:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20Ruff=20ignores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fa298ad5b1..8139315fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -317,6 +317,8 @@ ignore = [ "docs_src/security/tutorial005_py310.py" = ["B904"] "docs_src/security/tutorial005_py39.py" = ["B904"] "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"] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "starlette"]