34 Star 129 Fork 65

腾讯蓝鲸智云 / bk-sops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
ignore = C901, W503, F405, E203
# C901: is too complex
# W503: line break before binary operator
# F405: may be undefined, or defined from star imports
exclude =
*migrations*,
*.pyc,
.git,
.cover,
__pycache__,
*/node_modules/*,
*/templates_module*,
*/bin/*,
local/*,
blueapps/*,
local_settings.py,
max-line-length = 120
max-complexity = 12
format = pylint
show_source = True
statistics = True
count = True
Python
1
https://gitee.com/Tencent-BlueKing/bk-sops.git
git@gitee.com:Tencent-BlueKing/bk-sops.git
Tencent-BlueKing
bk-sops
bk-sops
master

搜索帮助