diff --git a/pyproject.toml b/pyproject.toml index 4e1d48c..ffc2fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ profile = "black" [tool.mypy] python_version = "3.9" warn_unused_configs = true +disallow_incomplete_defs = true exclude = [ 'docs/*',