Skip to content

Commit 64aae00

Browse files
authored
Update pyproject.toml
1 parent 4af1c75 commit 64aae00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,22 +113,20 @@ dependencies = [
113113
"xor-cipher",
114114
"yfinance",
115115
]
116+
116117
[build-system]
117118
requires = ["setuptools>=65", "wheel"]
118119
build-backend = "setuptools.build_meta"
119120

120-
121121
[tool.codespell]
122122
ignore-words-list = "3rt,abd,aer,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar"
123123
skip = "*.css,*.js,*.lock"
124124

125125
[tool.ruff]
126126
line-length = 88
127127
target-version = "py313"
128-
# 移除 "B" 选择器(Ruff 不支持该类别规则)
129128
select = ["E", "F", "I", "UP", "YTT", "PLC", "PT", "SIM"]
130129
ignore = [
131-
# 同时移除所有 "B" 类规则的忽略(已无意义)
132130
"B904", "B905", "PLC0415",
133131
"PLW2901", "PT011", "PT018", "PT028",
134132
"S101", "SIM905", "UP038"

0 commit comments

Comments
 (0)