mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: updated docstrings of all _files (#1107)
* updated docstrings of all _files * fix mypy * fixed codeblocks in workflows and some other files --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
d6c40edbc6
commit
8b80a03fbb
@@ -3,6 +3,8 @@ fmt = "ruff format"
|
||||
format.ref = "fmt"
|
||||
lint = "ruff check"
|
||||
pyright = "pyright"
|
||||
build = "python -m flit build"
|
||||
publish = "uv publish"
|
||||
clean-dist = "rm -rf dist"
|
||||
build-package = "python -m flit build"
|
||||
move-dist = "sh -c 'mkdir -p ../../dist && mv dist/* ../../dist/ 2>/dev/null || true'"
|
||||
build = ["build-package", "move-dist"]
|
||||
|
||||
Reference in New Issue
Block a user