1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

refactor(data_collector): use akshare to build unified trade calendar (#2093)

* refactor(data_collector): use akshare to build unified trade calendar

* fix: github action failure caused by black upgrade
This commit is contained in:
Linlang
2026-01-20 22:52:57 +08:00
committed by GitHub
parent 80982f8904
commit 50c32ac15f
3 changed files with 12 additions and 24 deletions

View File

@@ -69,8 +69,10 @@ rl = [
"torch",
"numpy<2.0.0",
]
# We exclude black version 26.1.0 due to known issues with nbqa when formatting Jupyter notebooks,
# which can cause false-positive --check results and inconsistent notebook formatting.
lint = [
"black",
"black!=26.1.0",
"pylint",
"mypy<1.5.0",
"flake8",