Files
cleveragents-core/pyrightconfig.json
T

8 lines
183 B
JSON

{
"include": ["src"],
"exclude": ["**/.nox", "**/__pycache__", "**/site-packages"],
"pythonVersion": "3.13",
"typeCheckingMode": "strict",
"stubPath": "typings"
}