mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
Python sdk
This commit is contained in:
7
sdk/python/pyrightconfig.json
Normal file
7
sdk/python/pyrightconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/pyrightconfig.json",
|
||||
"include": ["src", "tests"],
|
||||
"typeCheckingMode": "strict",
|
||||
"venvPath": ".",
|
||||
"venv": ".venv"
|
||||
}
|
||||
Reference in New Issue
Block a user