You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all ruff violations in data/ and models/ modules
- Replace bare except with except (ValueError, KeyError) in fetcher.py
- Add `from None` to re-raised ImportError in alpaca_ws.py and polygon.py
to satisfy B904 (explicit exception chaining)
- Remove unused StockBarsRequest top-level import in alpaca.py adapter
(already imported lazily inside the method that uses it)
- Remove unused IBKRSettings import in registry.py
- Rename ambiguous loop variable `l` to `loss` in incremental_features.py
- Apply ruff auto-fix formatting to newly tracked data/ and models/ files
0 commit comments