c08b09dc9f
Assisted-by: Codex
16 lines
234 B
JSON
16 lines
234 B
JSON
{
|
|
"include": [
|
|
"cli.py",
|
|
"bot_bottle",
|
|
"tests"
|
|
],
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
"**/.venv",
|
|
"**/venv"
|
|
],
|
|
"pythonVersion": "3.11",
|
|
"typeCheckingMode": "strict",
|
|
"reportMissingTypeStubs": "none"
|
|
}
|