mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
ijson use_float fixes Decimal/float coercion when streaming JSON. pyright extraPaths so the new pkg type-checks against domna-domain. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
No EOL
242 B
JSON
12 lines
No EOL
242 B
JSON
{
|
|
"typeCheckingMode": "strict",
|
|
"venvPath": "/Users/khalimconn-kowlessar/opt/anaconda3/envs/",
|
|
"venv": "Fastapi-backend",
|
|
"extraPaths": [
|
|
"packages/domain/src",
|
|
"services/ml_training_data/src"
|
|
],
|
|
"include": [
|
|
"."
|
|
]
|
|
} |