mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
fix config for pyright for most (#561)
This commit is contained in:
@@ -46,7 +46,7 @@ include = [
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
extend = "../../pyproject.toml"
|
||||
extends = "../../pyproject.toml"
|
||||
include = ["src"]
|
||||
|
||||
[tool.poe]
|
||||
|
||||
@@ -26,7 +26,7 @@ extend = "../../pyproject.toml"
|
||||
include = ["src/**", "tests/*.py"]
|
||||
|
||||
[tool.pyright]
|
||||
extend = "../../pyproject.toml"
|
||||
extends = "../../pyproject.toml"
|
||||
include = ["src", "tests"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
@@ -29,7 +29,7 @@ extend = "../../pyproject.toml"
|
||||
include = ["src/**", "tests/*.py"]
|
||||
|
||||
[tool.pyright]
|
||||
extend = "../../pyproject.toml"
|
||||
extends = "../../pyproject.toml"
|
||||
include = ["src", "tests"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Reference in New Issue
Block a user