Skip to content

Commit

Permalink
exclude smaples/protots from pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Dec 3, 2024
1 parent fd56ead commit 85c9c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/packages/autogen-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ include = ["src/**", "samples/*.py", "docs/**/*.ipynb", "tests/**"]
[tool.pyright]
extends = "../../pyproject.toml"
include = ["src", "tests", "samples"]
exclude = ["src/autogen_core/application/protos", "tests/protos"]
exclude = ["src/autogen_core/application/protos", "tests/protos", samples/protos]
reportDeprecated = true

[tool.pytest.ini_options]
Expand Down

0 comments on commit 85c9c40

Please sign in to comment.