Build 060.29: implement Market Data Access and Replay
This commit is contained in:
8
scripts/check_python_types.sh
Executable file
8
scripts/check_python_types.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "${project_root}"
|
||||
app/.venv/bin/python -m pyright --project pyrightconfig.json --warnings
|
||||
Reference in New Issue
Block a user