mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Add PR CI for the Python SDK
This commit is contained in:
19
sdk/python/mypy.ini
Normal file
19
sdk/python/mypy.ini
Normal 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
|
||||
Reference in New Issue
Block a user