mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2026-06-03 21:00:26 +00:00
Apply ruff linting fixes and add pytest-asyncio
- Add pytest-asyncio to dev-reqs.txt for async test support - Fix ruff formatting issues in symbol_router.py - Fix ruff formatting issues in D_info.py and T_info.py - Remove unused imports from test files (fixed by ruff --fix) - Minor code style fixes in bot files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,3 +9,4 @@ types-cachetools==5.3.0.6
|
||||
types-pytz==2023.3.1.1
|
||||
ruff==0.15.2
|
||||
pytest==9.0.2
|
||||
pytest-asyncio==0.25.3
|
||||
|
||||
Reference in New Issue
Block a user