这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions python/x402_a2a/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dev = [
]
lint = [
"ruff>=0.13.1",
"mypy>=1.18.0",
]

[project.scripts]
Expand Down Expand Up @@ -56,3 +57,9 @@ markers = [

[tool.ruff]
target-version = "py310"

[tool.mypy]
warn_unused_configs = true
warn_redundant_casts = true
warn_unused_ignores = true
strict_equality = true
Empty file.
69 changes: 68 additions & 1 deletion python/x402_a2a/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading