mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-04 23:29:57 +08:00
fix: 修复新的配置项没有写入配置文件的问题,扩充单行字符限制 (#33)
This commit is contained in:
@@ -24,10 +24,10 @@ ipython = "8.17.2"
|
||||
ruff = "0.1.6"
|
||||
|
||||
[tool.black]
|
||||
line-length = 80
|
||||
line-length = 100
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
line-length = 100
|
||||
select = [
|
||||
"F", # https://beta.ruff.rs/docs/rules/#pyflakes-f
|
||||
"E",
|
||||
|
||||
Reference in New Issue
Block a user