diff --git a/pyproject.toml b/pyproject.toml index fbcbb9b0a54..f62668659e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,13 @@ files = [ "autogen/oai/openai_utils.py", ] +exclude = [ + "autogen/math_utils\\.py", + "autogen/oai/completion\\.py", + "autogen/agentchat/contrib/compressible_agent\\.py", + "autogen/agentchat/contrib/math_user_proxy_agent.py", +] + strict = true python_version = "3.8" ignore_missing_imports = true