Skip to content

Commit

Permalink
Ignore deprecated files from mypy test (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Mar 20, 2024
1 parent 2ad016d commit 88a71d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a71d5

Please sign in to comment.