mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
df742a681a
♻️ 重构(dailycheckin/bilibili):移除未使用的requests.utils导入 ✨ 功能(dailycheckin/bilibili):添加不进行硬币兑换的日志消息
11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
[tool.black]
|
|
line-length = 88
|
|
skip-string-normalization = true
|
|
|
|
[tool.autoflake]
|
|
check = true
|
|
verbose = true
|
|
|
|
[tool.isort]
|
|
profile = "black"
|