From 6ca46a83711569a2e5500b11e43298156b4bcce8 Mon Sep 17 00:00:00 2001 From: "James M. Gong" Date: Fri, 26 Dec 2025 14:20:18 +0800 Subject: [PATCH 1/2] chore: update 2026 trading days --- abquant/utils/trading_days.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/abquant/utils/trading_days.py b/abquant/utils/trading_days.py index ecb7018..e2ac92a 100644 --- a/abquant/utils/trading_days.py +++ b/abquant/utils/trading_days.py @@ -587,6 +587,21 @@ "2025-10-06", "2025-10-07", "2025-10-08", + "2026-01-01", + "2026-01-02", + "2026-02-17", + "2026-02-18", + "2026-02-19", + "2026-02-20", + "2026-04-06", + "2026-05-01", + "2026-06-19", + "2026-09-25", + "2026-10-01", + "2026-10-02", + "2026-10-05", + "2026-10-06", + "2026-10-07", ] trade_date_sse = ( From 27e1755cb48533a1631aa3a450fc09f73831a111 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 06:40:22 +0000 Subject: [PATCH 2/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}