Add PR CI for the Python SDK

This commit is contained in:
Shaqayeq
2026-03-19 17:00:57 -07:00
parent c270299b28
commit 1765737b0c
2 changed files with 252 additions and 1 deletions

19
sdk/python/mypy.ini Normal file
View File

@@ -0,0 +1,19 @@
[mypy]
python_version = 3.10
mypy_path = sdk/python/src
check_untyped_defs = True
warn_unused_ignores = True
no_implicit_optional = True
exclude = ^sdk/python/src/codex_app_server/generated/
[mypy-codex_app_server.api]
ignore_errors = True
[mypy-codex_app_server.async_client]
ignore_errors = True
[mypy-codex_app_server.client]
ignore_errors = True
[mypy-codex_app_server.generated.*]
ignore_errors = True