mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
20 lines
411 B
INI
20 lines
411 B
INI
[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
|