style: ruff format 三文件重排(quote_streamer/watchlist_store/test_ex_tick_chart_date)

本地预演 CI 全部四道门禁通过:ruff check / ruff format --check /
mypy (226 files) / 1078 tests
This commit is contained in:
GitHub
2026-09-01 17:58:12 +08:00
parent 6fe3f0f8c4
commit dffcd9f792
3 changed files with 32 additions and 27 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ from easy_tdx.ex.mac_client import MacExClient, _coerce_query_date
# ---------------------------------------------------------------------------
@pytest.mark.parametrize("raw,expected",
@pytest.mark.parametrize(
"raw,expected",
[
(20260827, date(2026, 8, 27)),
(20250101, date(2025, 1, 1)),