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 be0786e commit d43c80bCopy full SHA for d43c80b
pyproject.toml
@@ -157,7 +157,10 @@ asyncio_default_fixture_loop_scope = "function"
157
asyncio_mode = "auto"
158
159
[tool.mypy]
160
+python_version = "3.9"
161
exclude = "tests/"
162
plugins = ["pydantic.mypy"]
-strict = true
163
+# Start with non-strict mode, and swtich to strict mode later.
164
+# strict = true
165
disable_error_code = ["import-not-found", "import-untyped", "unused-ignore"]
166
+follow_imports = "skip"
0 commit comments