mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] Cleanup of dependencies (#1803)
* removed extra and non-released deps * added comments * added space and lock * fix pyright config
This commit is contained in:
committed by
GitHub
Unverified
parent
abfdf75cfb
commit
434ffb8ab8
@@ -62,8 +62,8 @@ omit = [
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
extend = "../../pyproject.toml"
|
||||
exclude = ['tests']
|
||||
extends = "../../pyproject.toml"
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
plugins = ['pydantic.mypy']
|
||||
|
||||
Reference in New Issue
Block a user