diff --git a/pyproject.toml b/pyproject.toml index 2f50cda..0ae71ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ warn_unused_ignores = true disallow_any_generics = true check_untyped_defs = true no_implicit_reexport = true +disable_error_code = "import-untyped" disallow_untyped_defs = true