Ai
3 Star 7 Fork 2

Gitee 极速下载/userver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/userver-framework/userver
克隆/下载
pyproject.toml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
[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",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/userver.git
git@gitee.com:mirrors/userver.git
mirrors
userver
userver
develop

搜索帮助