We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a53b5 commit 1dd2dd8Copy full SHA for 1dd2dd8
pyproject.toml
@@ -190,7 +190,7 @@ asyncio_mode = "auto"
190
python_version = "3.9"
191
exclude = "tests/"
192
plugins = ["pydantic.mypy"]
193
-# Start with non-strict mode, and swtich to strict mode later.
+# Start with non-strict mode, and switch to strict mode later.
194
# strict = true
195
disable_error_code = ["import-not-found", "import-untyped", "unused-ignore"]
196
follow_imports = "skip"
0 commit comments