mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
8 lines
168 B
JSON
8 lines
168 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/pyrightconfig.json",
|
|
"include": ["src", "tests"],
|
|
"typeCheckingMode": "strict",
|
|
"venvPath": ".",
|
|
"venv": ".venv"
|
|
}
|