From 1dd2dd8f6d6477cd707f6d1805d75320c00c81f8 Mon Sep 17 00:00:00 2001 From: Hyeongjun Kang Date: Thu, 21 Aug 2025 15:53:23 +0900 Subject: [PATCH] docs: fix typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e89c9656b9..f6bf917323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,7 +190,7 @@ asyncio_mode = "auto" python_version = "3.9" exclude = "tests/" plugins = ["pydantic.mypy"] -# Start with non-strict mode, and swtich to strict mode later. +# Start with non-strict mode, and switch to strict mode later. # strict = true disable_error_code = ["import-not-found", "import-untyped", "unused-ignore"] follow_imports = "skip"