代码拉取完成,页面将自动刷新
[tool.mypy]
implicit_optional = true
disable_error_code = ["name-match", "arg-type"]
[tool.ruff]
target-version = "py310"
line-length = 120
[tool.ruff.format]
preview = true
quote-style = "single"
indent-style = "space"
line-ending = "lf"
skip-magic-trailing-comma = false
docstring-code-format = false
docstring-code-line-length = "dynamic"
[tool.ruff.lint]
preview = true
select = [
"I",
"PYI026",
"PYI032",
"Q000",
"UP006",
"UP007",
"UP035",
"UP045",
"W291",
]
ignore = []
unfixable = []
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.ruff.lint.flake8-quotes]
docstring-quotes = "double"
inline-quotes = "single"
multiline-quotes = "double"
[tool.ruff.lint.isort]
force-single-line = true
relative-imports-order = "closest-to-furthest"
force-sort-within-sections = true
case-sensitive = false
order-by-type = false
section-order = [
"future",
"standard-library",
"third-party",
"appnexus",
"first-party",
"local-folder",
]
no-lines-before = [
"local-folder",
]
known-third-party = [
"grpc",
"google",
"conan",
"redis",
]
known-first-party = [
"requests_client",
"chaotic",
"samples",
"utils",
]
[tool.ruff.lint.isort.sections]
appnexus = [
"testsuite",
"taxi",
]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。