Build 060.29: implement Market Data Access and Replay
This commit is contained in:
35
pyrightconfig.json
Normal file
35
pyrightconfig.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"include": [
|
||||
"app/src/bootstrap",
|
||||
"app/src/core",
|
||||
"app/src/integrations",
|
||||
"app/src/market_data",
|
||||
"app/src/runtime_events",
|
||||
"app/src/storage",
|
||||
"app/tests/integration/market_data",
|
||||
"app/tests/live/market_data",
|
||||
"app/tests/static",
|
||||
"app/tests/stress/market_data",
|
||||
"app/tests/support",
|
||||
"app/tests/unit/bootstrap",
|
||||
"app/tests/unit/core",
|
||||
"app/tests/unit/integrations",
|
||||
"app/tests/unit/market_data",
|
||||
"app/tests/unit/storage",
|
||||
"app/tests/unit/test_live_trade_stream_support.py",
|
||||
"app/tests/unit/test_postgres_market_data_support.py",
|
||||
"app/tests/unit/test_trade_stream_runtime_support.py"
|
||||
],
|
||||
"venvPath": "app",
|
||||
"venv": ".venv",
|
||||
"pythonVersion": "3.12",
|
||||
"typeCheckingMode": "standard",
|
||||
"executionEnvironments": [
|
||||
{
|
||||
"root": "app",
|
||||
"extraPaths": [
|
||||
"app"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user