4 Star 4 Fork 1

腾讯蓝鲸智云 / bk-saas-edu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
ignore =
;W503 line break before binary operator
W503,
;This behaviour may raise E203 whitespace before ':' warnings in style guide enforcement tools like Flake8.
;Since E203 is not PEP 8 compliant, you should tell Flake8 to ignore these warnings.
E203,
max-line-length = 120
max-complexity = 25
; exclude file
exclude =
*migrations*,
# python related
*.pyc,
.git,
__pycache__,
*/node_modules/*
./static/*
./blueking/*
*/blueking/*
./blueapps/*
*/blueapps/*
./sites/*
./config/*
./apps/api/base.py
./apps/upgrade/handlers/task.py
./version_log/*
./bk_dataview/*
./pipeline/*
1
https://gitee.com/Tencent-BlueKing_admin/bk-saas-edu.git
git@gitee.com:Tencent-BlueKing_admin/bk-saas-edu.git
Tencent-BlueKing_admin
bk-saas-edu
bk-saas-edu
master

搜索帮助