mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-16 17:48:46 +00:00
fix config for pyright for most (#561)
This commit is contained in:
parent
7d7fc8a912
commit
6bf62262a4
@ -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]
|
||||
|
||||
@ -28,7 +28,7 @@ extend = "../../pyproject.toml"
|
||||
include = ["src/**", "tests/*.py"]
|
||||
|
||||
[tool.pyright]
|
||||
extend = "../../pyproject.toml"
|
||||
extends = "../../pyproject.toml"
|
||||
include = ["src", "tests"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user