2 Star 0 Fork 0

hose-ops / bk-itsm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanshuaikang 提交于 2021-08-02 14:46 . feature: add project files
[flake8]
exclude =
.git,
__pycache__,
*migrations*,
*.pyc,
docs,
build,
pipeline,
*weixin/core/*,
account,
blueking,
tests,
wiki,
frontend/*,
django_signal_valve,
business_rules,
requests_tracker,
blueapps,
flower,
monitors,
sops_proxy,
itsm/tests/,
itsm/ticket/views/sql_file.py,
max-line-length = 120
max-complexity = 25
format=pylint
show_source = True
statistics = True
count = True
select = C,E,F,W,B,B950
ignore =
F405,
F9,
E203,
E231,
W503,
W291,
C901,
1
https://gitee.com/hose-ops/bk-itsm.git
git@gitee.com:hose-ops/bk-itsm.git
hose-ops
bk-itsm
bk-itsm
master

搜索帮助