Files
bot-bottle/pyrightconfig.json
T
2026-05-28 17:56:14 -04:00

16 lines
234 B
JSON

{
"include": [
"cli.py",
"bot_bottle",
"tests"
],
"exclude": [
"**/__pycache__",
"**/.venv",
"**/venv"
],
"pythonVersion": "3.11",
"typeCheckingMode": "strict",
"reportMissingTypeStubs": "none"
}