1 Star 0 Fork 0

CPLABonus/UltraDict

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ronny Rentner 提交于 2022-09-06 12:23 +08:00 . Dev (#18)
[build-system]
requires = ["setuptools", "wheel", "cython", "pylint", "psutil"]
build-backend = "setuptools.build_meta"
[tool.pylint.'MESSAGES CONTROL']
max-line-length = 140
# Many false positives and wrong assumptoins with pylint unfortuantely and
# also really wrong things like "unidiomatic-typecheck" or "import-outside-toplevel"
disable = ["missing-module-docstring", "missing-class-docstring", "missing-function-docstring",
"unidiomatic-typecheck", "multiple-imports", "fixme", "no-else-return", "unused-argument",
"invalid-name", "import-outside-toplevel", "no-self-use", "method-hidden", "line-too-long",
"raise-missing-from", "redefined-builtin", "logging-too-many-args", "logging-fstring-interpolation",
"deprecated-method", "inconsistent-return-statements", "too-many-instance-attributes"]
[tool.pylint.'DESIGN']
max-attributes = 22
good-names-rgxs = "^[_a-z][_a-z0-9]?$"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/CPLiu/UltraDict.git
git@gitee.com:CPLiu/UltraDict.git
CPLiu
UltraDict
UltraDict
main

搜索帮助