mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-17 18:18:54 +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]
|
[tool.pyright]
|
||||||
extend = "../../pyproject.toml"
|
extends = "../../pyproject.toml"
|
||||||
include = ["src"]
|
include = ["src"]
|
||||||
|
|
||||||
[tool.poe]
|
[tool.poe]
|
||||||
|
|||||||
@ -26,7 +26,7 @@ extend = "../../pyproject.toml"
|
|||||||
include = ["src/**", "tests/*.py"]
|
include = ["src/**", "tests/*.py"]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
extend = "../../pyproject.toml"
|
extends = "../../pyproject.toml"
|
||||||
include = ["src", "tests"]
|
include = ["src", "tests"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|||||||
@ -29,7 +29,7 @@ extend = "../../pyproject.toml"
|
|||||||
include = ["src/**", "tests/*.py"]
|
include = ["src/**", "tests/*.py"]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
extend = "../../pyproject.toml"
|
extends = "../../pyproject.toml"
|
||||||
include = ["src", "tests"]
|
include = ["src", "tests"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|||||||
@ -28,7 +28,7 @@ extend = "../../pyproject.toml"
|
|||||||
include = ["src/**", "tests/*.py"]
|
include = ["src/**", "tests/*.py"]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
extend = "../../pyproject.toml"
|
extends = "../../pyproject.toml"
|
||||||
include = ["src", "tests"]
|
include = ["src", "tests"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user