Model/pyrightconfig.json
Khalim Conn-Kowlessar 20fd55d5a1 slice 14d: build_features wires bulk reader -> mapper -> EpcMlTransform
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>
2026-05-16 18:38:41 +00:00

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": [
"."
]
}