1 Star 0 Fork 0

brirmb/talebook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.style.yapf 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rex 提交于 2022-01-26 13:53 . 解决两个函数的圈复杂度
[style]
column_limit=127
based_on_style=google
[flake8]
ignore =
;W503 line break before binary operator
W503,
;E203 whitespace before ':'
E203,
; whitespace after ':'
;E241,
;multiple imports on one line
E401,
;bare 'except'
E722,
C901,
E402,
; exclude file
exclude =
.tox,
.git,
__pycache__,
build,
dist,
*.pyc,
*.egg-info,
.cache,
.eggs
max-complexity = 10
max-line-length = 127
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brirmb/talebook.git
[email protected]:brirmb/talebook.git
brirmb
talebook
talebook
master

搜索帮助