Skip to content

Commit cedec9f

Browse files
authored
Ignore deprecated files from mypy test (microsoft#2103)
1 parent 7b1fa81 commit cedec9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ files = [
6969
"autogen/oai/openai_utils.py",
7070
]
7171

72+
exclude = [
73+
"autogen/math_utils\\.py",
74+
"autogen/oai/completion\\.py",
75+
"autogen/agentchat/contrib/compressible_agent\\.py",
76+
"autogen/agentchat/contrib/math_user_proxy_agent.py",
77+
]
78+
7279
strict = true
7380
python_version = "3.8"
7481
ignore_missing_imports = true

0 commit comments

Comments
 (0)