1 Star 0 Fork 65

shaven / bk-sops

forked from 腾讯蓝鲸智云 / bk-sops 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
ignore = C901, W503, F405
# 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/*,
packages/*
max-line-length = 120
max-complexity = 12
format = pylint
show_source = True
statistics = True
count = True
Python
1
https://gitee.com/shavenge/bk-sops.git
git@gitee.com:shavenge/bk-sops.git
shavenge
bk-sops
bk-sops
master

搜索帮助