From b9bb157988d2aa6f1aaed1efdf3496dbd1683cf2 Mon Sep 17 00:00:00 2001 From: Alexander Pushkov Date: Sat, 16 Dec 2023 17:31:26 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Ignore=20lint=20errors=20in=20ex?= =?UTF-8?q?amples?= 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 e67486ae3..876540b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,6 +152,8 @@ ignore = [ "docs_src/custom_request_and_route/tutorial002.py" = ["B904"] "docs_src/dependencies/tutorial008_an.py" = ["F821"] "docs_src/dependencies/tutorial008_an_py39.py" = ["F821"] +"docs_src/dependencies/tutorial010_ctx.py" = ["F821"] +"docs_src/dependencies/tutorial010_ctx_usage.py" = ["F821", "F841"] "docs_src/query_params_str_validations/tutorial012_an.py" = ["B006"] "docs_src/query_params_str_validations/tutorial012_an_py39.py" = ["B006"] "docs_src/query_params_str_validations/tutorial013_an.py" = ["B006"]