diff --git a/pyproject.toml b/pyproject.toml index 0e4ab14f..fca1d254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,9 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.mypy] -mypy_path = "stubs" -strict = true +ignore_missing_imports = true +check_untyped_defs = true +follow_imports = "skip" plugins = [ "pydantic.mypy" ]